X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df842dc41ca05e49bc585f7732df1849de91cac8..d78311982007a2c778ff692c35c9d2787642c199:/include/mc/modelchecker.h diff --git a/include/mc/modelchecker.h b/include/mc/modelchecker.h index dd65adb2cb..087692b4ac 100644 --- a/include/mc/modelchecker.h +++ b/include/mc/modelchecker.h @@ -1,5 +1,6 @@ #include "xbt.h" XBT_PUBLIC(void) MC_assert(int); -XBT_PUBLIC(void) MC_assert_pair(int); +XBT_PUBLIC(void) MC_assert_stateful(int); XBT_PUBLIC(int) MC_random(int min, int max); +XBT_PUBLIC(void) MC_diff();