X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/da2ce25eaa2fbae84dd3308348b88dab9269211e..ae8140f19db6cb86f753e32499eab49190846d1f:/src/simix/smx_context_thread.c diff --git a/src/simix/smx_context_thread.c b/src/simix/smx_context_thread.c index e3fbcf0f4b..d703ead894 100644 --- a/src/simix/smx_context_thread.c +++ b/src/simix/smx_context_thread.c @@ -7,7 +7,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/function_types.h" -#include "private.h" +#include "smx_private.h" #include "portable.h" /* loads context system definitions */ #include "xbt/swag.h" #include "xbt/xbt_os_thread.h" @@ -34,7 +34,6 @@ smx_ctx_thread_factory_create_context(xbt_main_func_t code, int argc, static void smx_ctx_thread_free(smx_context_t context); static void smx_ctx_thread_stop(smx_context_t context); static void smx_ctx_thread_suspend(smx_context_t context); -static void smx_ctx_thread_resume(smx_context_t new_context); static void smx_ctx_thread_runall_serial(void); static void smx_ctx_thread_runall_parallel(void); static smx_context_t smx_ctx_thread_self(void);