Pass Arbitrary Args to MQ #57

Closed
muellerr wants to merge 11 commits from mueller/ipc-pass-arbitrary-args-to-mq into eive/develop
Showing only changes of commit ed2c2af4a0 - Show all commits

View File

@ -801,7 +801,8 @@ ReturnValue_t LocalDataPoolManager::generateSetStructurePacket(sid_t sid, bool i
HousekeepingMessage::setHkStuctureReportReply(&reply, sid, storeId);
}
return hkQueue->reply(&reply);
hkQueue->reply(&reply);
return result;
}
void LocalDataPoolManager::clearReceiversList() {