Commit 22a44b94 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e34bd42f
......@@ -65,9 +65,9 @@ type _MasteredNode struct {
// - link to master established and is ok
// - state of partTab/nodeTab is operational
opMu sync.RWMutex
mlink *neonet.NodeLink // link to master
opReady chan struct{} // reinitialized each time state becomes non-operational
operational bool // cache for Node.State.IsOperational()
mlink *neonet.NodeLink // link to master
opReady chan struct{} // reinitialized each time state becomes non-operational
operational bool // cache for Node.State.IsOperational()
rxmFlags _MasteredNodeFlags // if e.g. δPartTab messages should be delivered to mlink.Recv1
// XXX just use `.myInfo.NodeType == STORAGE` instead?
......
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