Skip to content

Commit 6b60571

Browse files
committed
FOGL-8642: Store management client handle so that service registry may be accessed to detect storage service unavailability subsequently, if required
Signed-off-by: Amandeep Singh Arora <[email protected]>
1 parent f106e9b commit 6b60571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

C/services/notification/notification_service.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ bool NotificationService::start(string& coreAddress,
260260
storageInfo.getPort());
261261
m_storage = &storageClient;
262262

263+
m_storage->registerManagement(m_mgtClient);
263264

264265
// Setup NotificationManager class
265266
NotificationManager instances(m_name, m_mgtClient, this);

0 commit comments

Comments
 (0)