Commit 056a86be authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 43cab1eb
...@@ -223,6 +223,7 @@ func float64_NEODecode(b []byte) float64 { ...@@ -223,6 +223,7 @@ func float64_NEODecode(b []byte) float64 {
} }
// NodeInfo is information about a node // NodeInfo is information about a node
// XXX -> nodetab.go ?
type NodeInfo struct { type NodeInfo struct {
NodeType NodeType
Address Address
...@@ -231,7 +232,7 @@ type NodeInfo struct { ...@@ -231,7 +232,7 @@ type NodeInfo struct {
IdTimestamp float64 IdTimestamp float64
} }
//type CellList []struct { // XXX -> parttab.go ?
type CellInfo struct { type CellInfo struct {
NodeID NodeID
CellState CellState
......
...@@ -23,6 +23,7 @@ type Node struct { ...@@ -23,6 +23,7 @@ type Node struct {
Info NodeInfo Info NodeInfo
Link *NodeLink // link to this node; =nil if not connected Link *NodeLink // link to this node; =nil if not connected
// XXX identified or not ?
} }
......
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