[#84] Run netmap service in neofs-node app
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
20c27d0542
commit
dee1d81b04
4 changed files with 41 additions and 13 deletions
|
@ -152,8 +152,12 @@ type cfgNetmap struct {
|
|||
type BootstrapType uint32
|
||||
|
||||
type cfgNodeInfo struct {
|
||||
// values from config
|
||||
bootType BootstrapType
|
||||
attributes []*netmap.Attribute
|
||||
|
||||
// values at runtime
|
||||
info *netmap.NodeInfo
|
||||
}
|
||||
|
||||
type cfgObject struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue