X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/91065b676e80a8c26a356477b018f2aae9b6eea7..6de9090dd8692387ae343c587b26915f9922d7bd:/src/msg/msg_global.c diff --git a/src/msg/msg_global.c b/src/msg/msg_global.c index d1a8e5a0bd..555f8aae93 100644 --- a/src/msg/msg_global.c +++ b/src/msg/msg_global.c @@ -141,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();