[#108] cmd/neofs-node: Listen new epoch notifications from morph

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-10-21 12:26:16 +03:00 committed by Leonard Lyubich
parent 0dab4b7581
commit 07fe49088c
5 changed files with 108 additions and 0 deletions

View file

@ -39,6 +39,8 @@ func init_(c *cfg) {
initSessionService(c)
initObjectService(c)
initProfiler(c)
listenMorphNotifications(c)
}
func bootUp(c *cfg) {