Commit dc59c1da authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3c0e3c38
...@@ -165,6 +165,8 @@ func NewMaster(clusterName string, net xnet.Networker) *Master { ...@@ -165,6 +165,8 @@ func NewMaster(clusterName string, net xnet.Networker) *Master {
nodeComeq: make(chan nodeCome), nodeComeq: make(chan nodeCome),
nodeLeaveq: make(chan nodeLeave), nodeLeaveq: make(chan nodeLeave),
peerTab: make(map[proto.NodeID]*_MasteredPeer),
monotime: xtime.Mono, monotime: xtime.Mono,
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment