Fixed reading DataLayout from shared memory
This commit is contained in:
committed by
Patrick Niklaus
parent
81929c984b
commit
aec9b6a178
@@ -165,6 +165,7 @@ int Storage::Run(int max_wait)
|
||||
|
||||
// Allocate shared memory block
|
||||
auto regions_size = encoded_layout.size() + layout.GetSizeOfLayout();
|
||||
util::Log() << "Data layout has a size of " << encoded_layout.size() << " bytes";
|
||||
util::Log() << "Allocating shared memory of " << regions_size << " bytes";
|
||||
auto data_memory = makeSharedMemory(next_region, regions_size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user