Skip to content

Commit b6edd6b

Browse files
Merge pull request #85 from fledge-iot/FOGL-8642
FOGL-8642: Store management client handle so that service registry may be accessed
2 parents f106e9b + 6b60571 commit b6edd6b

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)