summaryrefslogtreecommitdiff
path: root/dist/flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'dist/flags.py')
-rw-r--r--dist/flags.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/flags.py b/dist/flags.py
index 7763c661259..8091283a8c0 100644
--- a/dist/flags.py
+++ b/dist/flags.py
@@ -39,10 +39,10 @@ flags = {
'rec_write' : [
'CHECKPOINTING',
'EVICTING',
- 'EVICT_CLEAN',
- 'EVICT_INMEM_SPLIT',
'EVICT_IN_MEMORY',
+ 'EVICT_INMEM_SPLIT',
'EVICT_LOOKASIDE',
+ 'EVICT_SCRUB',
'EVICT_UPDATE_RESTORE',
'VISIBILITY_ERR',
],