summaryrefslogtreecommitdiff
path: root/includes/rts/storage/Block.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/storage/Block.h')
-rw-r--r--includes/rts/storage/Block.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/rts/storage/Block.h b/includes/rts/storage/Block.h
index e04cfdfec6..7d6f102ab8 100644
--- a/includes/rts/storage/Block.h
+++ b/includes/rts/storage/Block.h
@@ -154,6 +154,10 @@ typedef struct bdescr_ {
#define BF_KNOWN 128
/* Block was swept in the last generation */
#define BF_SWEPT 256
+/* Block is part of a Compact */
+#define BF_COMPACT 512
+/* Maximum flag value (do not define anything higher than this!) */
+#define BF_FLAG_MAX (1 << 15)
/* Finding the block descriptor for a given block -------------------------- */