summaryrefslogtreecommitdiff
path: root/include/common.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.hrl')
-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
}).