Commit d3ea97c7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c825706e
...@@ -41,10 +41,9 @@ import ( ...@@ -41,10 +41,9 @@ import (
// //
// It connects to master, identifies to it, and handles master messages about // It connects to master, identifies to it, and handles master messages about
// δNodeTab, δPartTab and δClusterState to maintain local replica of cluster // δNodeTab, δPartTab and δClusterState to maintain local replica of cluster
// state. The other messages from master are passed through to RecvM1. In other // state. The other messages from master are passed through to _MasterLink.Recv1.
// words _MasteredNode installs a kind of reception pipeline in between master // In other words _MasteredNode installs a kind of reception pipeline in between
// and _MasteredNode user: // master and _MasteredNode user:
//
// //
// δNodeTab // δNodeTab
// δPartTab // δPartTab
...@@ -75,12 +74,6 @@ type _MasteredNode struct { ...@@ -75,12 +74,6 @@ type _MasteredNode struct {
// XXX just use `.myInfo.NodeType == STORAGE` instead? // XXX just use `.myInfo.NodeType == STORAGE` instead?
} }
// _RxM represents a request or event received from master.
type _RxM struct {
Req neonet.Request
Err error // event*
}
type _MasteredNodeFlags int type _MasteredNodeFlags int
const ( const (
// δPartTabPassThrough tells mlink.Recv1 not to filter out messages related // δPartTabPassThrough tells mlink.Recv1 not to filter out messages related
......
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