summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-04-26 15:54:17 -0400
committerBrad Anderson <brad@cloudant.com>2010-05-09 22:56:24 -0400
commiteb593c0557710c29f8c476f43d72fb54172b8e4e (patch)
treeaf7f185ce7be819282aacc8fef82044ebaac2d3a /include
parent0e88f2bd418737f9df5383b82811b07135e179c8 (diff)
reworking gossip, BugzID 10069
Diffstat (limited to 'include')
-rw-r--r--include/common.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.hrl b/include/common.hrl
index 88c3fa9a..4315a54c 100644
--- a/include/common.hrl
+++ b/include/common.hrl
@@ -43,7 +43,7 @@
%% version 3 of membership state
-record(mem, {header=3,
node,
- nodes,
- clock,
+ nodes=[],
+ clock=[],
args
}).