"...composable_kernel.git" did not exist on "aafb5eb18781f1ac9e06a17c3e53d968dd53dcc0"
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[]) { ...@@ -218,8 +218,7 @@ int main(int argc, char *argv[]) {
shmPath = argv[5]; shmPath = argv[5];
memParams.sync_mode = kSimbricksBaseIfSyncOptional; memParams.sync_mode = kSimbricksBaseIfSyncOptional;
memParams.blocking_conn = false; memParams.blocking_conn = true;
memif.base.sync = sync_mem;
mem_array = (uint8_t *) malloc(size * sizeof(uint8_t)); mem_array = (uint8_t *) malloc(size * sizeof(uint8_t));
if (!mem_array){ 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