Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
user code sometimes needs to know whether MC is activated
[simgrid.git] / include / mc / modelchecker.h
index 9bc3a80..087692b 100644 (file)
@@ -1,4 +1,6 @@
 #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(int) MC_random(int min, int max);
+XBT_PUBLIC(void) MC_diff();