X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6b585e44bd28ba41f3faae4a99b602290f16434..5a9c70d5dfe11c9c7660b795b00f49b4170da968:/include/mc/modelchecker.h diff --git a/include/mc/modelchecker.h b/include/mc/modelchecker.h index 9bc3a80f04..50b887f08b 100644 --- a/include/mc/modelchecker.h +++ b/include/mc/modelchecker.h @@ -1,4 +1,7 @@ #include "xbt.h" XBT_PUBLIC(void) MC_assert(int); -XBT_PUBLIC(int) MC_random(int min, int max); \ No newline at end of file +XBT_PUBLIC(void) MC_assert_stateful(int); +XBT_PUBLIC(void) MC_assert_pair_stateful(int); +XBT_PUBLIC(void) MC_assert_pair_stateless(int); +XBT_PUBLIC(int) MC_random(int min, int max);