Some more fixes #174

Merged
meggert merged 5 commits from fdir-fix-fresh-dhb into develop 2024-04-29 11:45:29 +02:00
Showing only changes of commit 7c9b9e4cd8 - Show all commits

View File

@ -11,6 +11,7 @@ FreshDeviceHandlerBase::FreshDeviceHandlerBase(DhbConfig config)
healthHelper(this, getObjectId()),
paramHelper(this),
poolManager(this, nullptr),
fdirInstance(config.fdirInstance),
defaultFdirParent(config.defaultFdirParent) {
auto mqArgs = MqArgs(config.objectId, static_cast<void*>(this));
messageQueue = QueueFactory::instance()->createMessageQueue(