summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fabric/include/fabric2.hrl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fabric/include/fabric2.hrl b/src/fabric/include/fabric2.hrl
index 29f3b029e..2eba4d5eb 100644
--- a/src/fabric/include/fabric2.hrl
+++ b/src/fabric/include/fabric2.hrl
@@ -28,6 +28,10 @@
-define(EXPIRING_CACHE, 53).
-define(TX_IDS, 255).
+% Cluster Level: (LayerPrefix, ?CLUSTER_CONFIG, X, ...)
+
+-define(AEGIS, 0).
+
% Database Level: (LayerPrefix, ?DBS, DbPrefix, X, ...)
-define(DB_VERSION, 0).