summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-03-15 16:11:33 -0400
committerBrad Anderson <brad@cloudant.com>2010-05-09 22:56:22 -0400
commit8429ee374325a6a2c9779c5001c143ce4b35b1c6 (patch)
tree995b1e2885ca5e8a17d034cb7c50c27482c66dc1 /include
parente522c645e3d34403ae64193db3422ad8c574d256 (diff)
more work on mem3 init, handling different types of joins, requiring more human-intervention, reworking startargs to strip out most everything
Diffstat (limited to 'include')
-rw-r--r--include/common.hrl5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/common.hrl b/include/common.hrl
index 608a23ad..6d92d9fa 100644
--- a/include/common.hrl
+++ b/include/common.hrl
@@ -44,4 +44,7 @@
-record(mem, {header=3,
node,
nodes,
- clock}).
+ clock,
+ ets,
+ test=false
+ }).