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

.

parent 43cab1eb
......@@ -223,6 +223,7 @@ func float64_NEODecode(b []byte) float64 {
}
// NodeInfo is information about a node
// XXX -> nodetab.go ?
type NodeInfo struct {
NodeType
Address
......@@ -231,7 +232,7 @@ type NodeInfo struct {
IdTimestamp float64
}
//type CellList []struct {
// XXX -> parttab.go ?
type CellInfo struct {
NodeID
CellState
......
......@@ -23,6 +23,7 @@ type Node struct {
Info NodeInfo
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