From eb593c0557710c29f8c476f43d72fb54172b8e4e Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Mon, 26 Apr 2010 15:54:17 -0400 Subject: reworking gossip, BugzID 10069 --- include/common.hrl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 }). -- cgit v1.2.3