[#108] cmd/neofs-node: Listen new epoch notifications from morph
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
0dab4b7581
commit
07fe49088c
5 changed files with 108 additions and 0 deletions
|
@ -39,6 +39,8 @@ func init_(c *cfg) {
|
|||
initSessionService(c)
|
||||
initObjectService(c)
|
||||
initProfiler(c)
|
||||
|
||||
listenMorphNotifications(c)
|
||||
}
|
||||
|
||||
func bootUp(c *cfg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue