X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/706dd4584b4002e0d948b81d103dd5c4b70db077..9692d43fa911bdc2d6d0263a3cb3e22d5e3167fe:/src/mc/mc_client_api.cpp diff --git a/src/mc/mc_client_api.cpp b/src/mc/mc_client_api.cpp index 0e4fcf05ef..9fbd031688 100644 --- a/src/mc/mc_client_api.cpp +++ b/src/mc/mc_client_api.cpp @@ -78,7 +78,7 @@ void MC_automaton_new_propositional_symbol_pointer(const char *name, int* value) * @param context * @param size Size of the stack */ -void MC_register_stack_area(void *stack, smx_process_t process, ucontext_t* context, size_t size) +void MC_register_stack_area(void *stack, smx_actor_t process, ucontext_t* context, size_t size) { xbt_assert(mc_model_checker == nullptr); if (!MC_is_active())