Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-check : show stack when property not valid
[simgrid.git] / include / mc / modelchecker.h
index 2ca38fa..dd65adb 100644 (file)
@@ -1,4 +1,5 @@
 #include "xbt.h"
 
 XBT_PUBLIC(void) MC_assert(int);
+XBT_PUBLIC(void) MC_assert_pair(int);
 XBT_PUBLIC(int) MC_random(int min, int max);