X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/23165373290ff54efcd5c8bf8ec09dc135e66f4b..28800061ff3b3913fc2e1cfbdc9d15211cf3a3f2:/include/xbt/context.h diff --git a/include/xbt/context.h b/include/xbt/context.h index e035c7bae4..ea8a6f55ba 100644 --- a/include/xbt/context.h +++ b/include/xbt/context.h @@ -20,6 +20,7 @@ xbt_context_t xbt_context_new(xbt_context_function_t code, void_f_pvoid_t startup_func, void *startup_arg, void_f_pvoid_t cleanup_func, void *cleanup_arg, int argc, char *argv[]); +void xbt_context_free(xbt_context_t context); void xbt_context_start(xbt_context_t context); void xbt_context_yield(void); void xbt_context_schedule(xbt_context_t context);