You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ei...@apache.org on 2020/06/17 01:56:11 UTC

[couchdb] 01/01: Reserve aegis namespace under ?CLUSTER_CONFIG

This is an automated email from the ASF dual-hosted git repository.

eiri pushed a commit to branch fdb-layer-aegis-namespace
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 130bf54316d15213a4d7c073da1301a29b0fbae2
Author: Eric Avdey <ei...@eiri.ca>
AuthorDate: Tue Jun 16 22:55:50 2020 -0300

    Reserve aegis namespace under ?CLUSTER_CONFIG
---
 src/fabric/include/fabric2.hrl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/fabric/include/fabric2.hrl b/src/fabric/include/fabric2.hrl
index 29f3b02..2eba4d5 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).