[#1110] node: Fix comment about nodeInfo type
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
498f9955ea
commit
0f3ee99f48
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ type networkState struct {
|
||||||
|
|
||||||
controlNetStatus atomic.Int32 // control.NetmapStatus
|
controlNetStatus atomic.Int32 // control.NetmapStatus
|
||||||
|
|
||||||
nodeInfo atomic.Value // *netmapSDK.NodeInfo
|
nodeInfo atomic.Value // netmapSDK.NodeInfo
|
||||||
|
|
||||||
metrics *metrics.NodeMetrics
|
metrics *metrics.NodeMetrics
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue