summaryrefslogtreecommitdiff
path: root/src/fabric/include/fabric2.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/fabric/include/fabric2.hrl')
-rw-r--r--src/fabric/include/fabric2.hrl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fabric/include/fabric2.hrl b/src/fabric/include/fabric2.hrl
index 2d7711fdb..0c0757567 100644
--- a/src/fabric/include/fabric2.hrl
+++ b/src/fabric/include/fabric2.hrl
@@ -17,12 +17,11 @@
% Prefix Definitions
--define(DEFAULT_DB_PREFIX, <<16#FD>>).
-
% Layer Level: (LayerPrefix, X, ...)
-define(CLUSTER_CONFIG, 0).
-define(ALL_DBS, 1).
+-define(DB_HCA, 2).
-define(DBS, 15).
-define(TX_IDS, 255).