]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/xbt_sg_synchro.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : malloc_backtrace_display functions update with new header
[simgrid.git] / src / xbt / xbt_sg_synchro.c
index e9bbaeba230a752bfddf3abcd115e94e49ce01c4..7e3bcba31dff4913c8795f7a7e48f65c0f1519a0 100644 (file)
@@ -66,7 +66,7 @@ xbt_thread_t xbt_thread_create(const char *name, void_f_pvoid_t code,
   simcall_process_create(&res->s_process, name,
                            xbt_thread_create_wrapper, res,
                            SIMIX_host_self_get_name(), -1.0, 0, NULL,
-                           /*props */ NULL);
+                           /*props */ NULL,0);
   res->joinable = joinable;
   res->done = 0;
   res->cond = xbt_cond_init();