summaryrefslogtreecommitdiff
path: root/src/include/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/misc.h')
-rw-r--r--src/include/misc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/misc.h b/src/include/misc.h
index 6b82155bb08..476ef39084f 100644
--- a/src/include/misc.h
+++ b/src/include/misc.h
@@ -174,9 +174,10 @@
#define WT_DECL_RET int ret = 0
/* Flags for the tree-walk function. */
-#define WT_TREE_DISCARD 0x01 /* Discarding */
-#define WT_TREE_EVICT 0x02 /* Eviction */
-#define WT_TREE_PREV 0x04 /* Backward walk */
+#define WT_TREE_COMPACT 0x01 /* Compaction */
+#define WT_TREE_DISCARD 0x02 /* Discarding */
+#define WT_TREE_EVICT 0x04 /* Eviction */
+#define WT_TREE_PREV 0x08 /* Backward walk */
/*
* In diagnostic mode we track the locations from which hazard references and