X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c08d8ea807912cf87a5555f7b83192336c0c2608..f9bb80daccf52fba2e729885ff8cf57f76d4ab1d:/include/xbt/synchro_core.h diff --git a/include/xbt/synchro_core.h b/include/xbt/synchro_core.h index 60e9362947..ff5d29408c 100644 --- a/include/xbt/synchro_core.h +++ b/include/xbt/synchro_core.h @@ -35,7 +35,7 @@ SG_BEGIN_DECL() XBT_PUBLIC(xbt_thread_t) xbt_thread_create(const char *name, void_f_pvoid_t start_routine, - void *param); + void *param,int joinable); XBT_PUBLIC(void) xbt_thread_exit(); XBT_PUBLIC(xbt_thread_t) xbt_thread_self(void); XBT_PUBLIC(const char *) xbt_thread_name(xbt_thread_t t);