X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dee60c06c65803e929391a0102697323bda033e4..ec86e827d8bb67988913e0658155b2fa4fbd7ac6:/include/simix/context.h diff --git a/include/simix/context.h b/include/simix/context.h index 6bf251e2a7..e51262dd6d 100644 --- a/include/simix/context.h +++ b/include/simix/context.h @@ -56,7 +56,6 @@ typedef void (*smx_ctx_factory_initializer_t)(smx_context_factory_t*); extern smx_ctx_factory_initializer_t smx_factory_initializer_to_use; extern char* smx_context_factory_name; extern int smx_context_stack_size; -extern int smx_parallel_contexts; extern smx_context_t smx_current_context; /* *********************** */ @@ -91,6 +90,11 @@ void smx_ctx_base_stop(smx_context_t context); smx_context_t smx_ctx_base_self(void); void *smx_ctx_base_get_data(smx_context_t context); +/* parallelism */ +void SIMIX_context_set_nthreads(int nb_threads); +int SIMIX_context_get_nthreads(void); +int SIMIX_context_is_parallel(void); + SG_END_DECL() #endif /* !_XBT_CONTEXT_H */