X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/757c0f8844ae51c9e9a9085165c5dc46e5d1ce5c..6de9090dd8692387ae343c587b26915f9922d7bd:/src/msg/msg_global.c diff --git a/src/msg/msg_global.c b/src/msg/msg_global.c index 8aa2f6c963..555f8aae93 100644 --- a/src/msg/msg_global.c +++ b/src/msg/msg_global.c @@ -11,6 +11,7 @@ #include "xbt/log.h" #include "xbt/virtu.h" #include "xbt/ex.h" /* ex_backtrace_display */ +#include "xbt/replay.h" XBT_LOG_NEW_CATEGORY(msg, "All MSG categories"); XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_kernel, msg, @@ -140,14 +141,14 @@ MSG_error_t MSG_main_stateful(void) } -MSG_error_t MSG_main_liveness(xbt_automaton_t a, char *prgm) +MSG_error_t MSG_main_liveness(xbt_automaton_t a) { /* Clean IO before the run */ fflush(stdout); fflush(stderr); if (MC_IS_ENABLED) { - MC_modelcheck_liveness(a, prgm); + MC_modelcheck_liveness(a); } else { SIMIX_run();