take upstream impl of local data pool manager
This commit is contained in:
parent
82df132e7d
commit
ed2c2af4a0
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user