Commit 461560c9 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

basicmem: use blocking connections for initialization

parent ef26d5e4
......@@ -218,8 +218,7 @@ int main(int argc, char *argv[]) {
shmPath = argv[5];
memParams.sync_mode = kSimbricksBaseIfSyncOptional;
memParams.blocking_conn = false;
memif.base.sync = sync_mem;
memParams.blocking_conn = true;
mem_array = (uint8_t *) malloc(size * sizeof(uint8_t));
if (!mem_array){
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment