X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/43c98702056fac491ffe054cdba3f36e4c8dbf3a..b487d5a9259b88670b8cd97e9c16e4b000c11008:/src/mc/mc_safety.c diff --git a/src/mc/mc_safety.c b/src/mc/mc_safety.c index 2a1df9b471..401c43b772 100644 --- a/src/mc/mc_safety.c +++ b/src/mc/mc_safety.c @@ -5,6 +5,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "mc_private.h" +#include "mc_record.h" #include "xbt/mmalloc/mmprivate.h" @@ -137,7 +138,7 @@ void MC_modelcheck_safety(void) } /* Answer the request */ - SIMIX_simcall_enter(req, value); + SIMIX_simcall_handle(req, value); /* Wait for requests (schedules processes) */ MC_wait_for_requests();