initialize fdir instance in constructor of FreshDeviceHandlerBase

This commit is contained in:
Jakob Meier
2024-03-14 16:19:44 +01:00
parent 3f2d83d95c
commit 63a00b8b4f
2 changed files with 2 additions and 1 deletions

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(