Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add missing declaration.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 10 Jan 2012 12:23:00 +0000 (13:23 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 10 Jan 2012 12:23:00 +0000 (13:23 +0100)
src/include/mc/mc.h

index 66fdada..8eda522 100644 (file)
@@ -38,6 +38,7 @@ XBT_PUBLIC(void) MC_assert_pair_stateful(int);
 XBT_PUBLIC(void) MC_assert_pair_stateless(int);
 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_stateful(xbt_automaton_t a, char *prgm);
 XBT_PUBLIC(void) MC_modelcheck_liveness_stateless(xbt_automaton_t a, char *prgm);
 XBT_PUBLIC(int) MC_random(int, int);