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