X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a9c70d5dfe11c9c7660b795b00f49b4170da968..8449f8cd86a230453d0621072573d85c7ac611f4:/src/msg/global.c diff --git a/src/msg/global.c b/src/msg/global.c index 2122c9eff6..1cb8503102 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -183,14 +183,14 @@ MSG_error_t MSG_main_liveness_stateful(xbt_automaton_t a) return MSG_OK; } -MSG_error_t MSG_main_liveness_stateless(xbt_automaton_t a) +MSG_error_t MSG_main_liveness_stateless(xbt_automaton_t a, char *prgm) { /* Clean IO before the run */ fflush(stdout); fflush(stderr); if (MC_IS_ENABLED) { - MC_modelcheck_liveness_stateless(a); + MC_modelcheck_liveness_stateless(a, prgm); } else { SIMIX_run();