take upstream impl of local data pool manager
fsfw/fsfw/pipeline/pr-development This commit looks good Details

This commit is contained in:
Robin Müller 2022-04-11 13:59:38 +02:00
parent 82df132e7d
commit ed2c2af4a0
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 2 additions and 1 deletions

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() {