serialize changes. #35

Closed
muellerr wants to merge 21 commits from KSat:mueller_Serialization into master
Showing only changes of commit 1131aa54d8 - Show all commits

View File

@ -263,7 +263,7 @@ inline ReturnValue_t LocalPool<NUMBER_OF_POOLS>::reserveSpace(
size_list[address->pool_index][address->packet_index] = size;
} else {
if (!ignoreFault) {
if (!ignoreFault and internalErrorReporter != nullptr) {
internalErrorReporter->storeFull();
}
// error << "LocalPool( " << std::hex << getObjectId() << std::dec