X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..64561039d3dec9e50b4eaf1b78b3edef71898383:/src/xbt/xbt_rl_synchro.c diff --git a/src/xbt/xbt_rl_synchro.c b/src/xbt/xbt_rl_synchro.c index 12143a775d..c85bf2d2e3 100644 --- a/src/xbt/xbt_rl_synchro.c +++ b/src/xbt/xbt_rl_synchro.c @@ -45,7 +45,7 @@ xbt_thread_t xbt_thread_create(const char *name, void_f_pvoid_t code, res->code = code; DEBUG1("Create thread %p", res); res->os_thread = - xbt_os_thread_create(name, xbt_thread_create_wrapper, res); + xbt_os_thread_create(name, xbt_thread_create_wrapper, res, NULL); return res; }