summaryrefslogtreecommitdiff
path: root/apps/couch/include/couch_db.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/couch/include/couch_db.hrl')
-rw-r--r--apps/couch/include/couch_db.hrl9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/couch/include/couch_db.hrl b/apps/couch/include/couch_db.hrl
index b2f02cee..6b3d53a1 100644
--- a/apps/couch/include/couch_db.hrl
+++ b/apps/couch/include/couch_db.hrl
@@ -65,6 +65,7 @@
{id = <<"">>,
update_seq = 0,
deleted = false,
+ data_size = 0,
rev_tree = []
}).
@@ -298,3 +299,11 @@
set_timeout_fun,
stop_fun
}).
+
+-record(leaf, {
+ deleted,
+ ptr,
+ seq,
+ size = 0,
+ atts = []
+}).