summaryrefslogtreecommitdiff
path: root/src/couch/include/couch_db.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch/include/couch_db.hrl')
-rw-r--r--src/couch/include/couch_db.hrl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/couch/include/couch_db.hrl b/src/couch/include/couch_db.hrl
index feaa64069..801483aa1 100644
--- a/src/couch/include/couch_db.hrl
+++ b/src/couch/include/couch_db.hrl
@@ -203,6 +203,14 @@
atts = []
}).
+-record (fabric_changes_acc, {
+ db,
+ seq,
+ args,
+ options,
+ pending,
+ epochs
+}).
-type doc() :: #doc{}.
-type ddoc() :: #doc{}.