X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd88e15504912f111b8dcb568c2a8adbc111ed66..324ed35d0489e7df64745a022a3d426ff227fba2:/src/include/mc/mc.h diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 1fe6b57339..3073498062 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -25,7 +25,7 @@ XBT_PUBLIC(void) MC_exit(void); XBT_PUBLIC(void) MC_exit_liveness(void); XBT_PUBLIC(void) MC_modelcheck(void); XBT_PUBLIC(void) MC_modelcheck_stateful(void); -XBT_PUBLIC(void) MC_modelcheck_liveness(xbt_automaton_t a, char *prgm); +XBT_PUBLIC(void) MC_modelcheck_liveness(xbt_automaton_t a); XBT_PUBLIC(void) MC_process_clock_add(smx_process_t, double); XBT_PUBLIC(double) MC_process_clock_get(smx_process_t);