Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : comment MC_compare
[simgrid.git] / src / include / mc / mc.h
index 1fae467..1febbe0 100644 (file)
@@ -44,6 +44,7 @@ XBT_PUBLIC(void) MC_memory_exit(void);
 /********************************* Snapshot comparison test *************************************/
 void MC_test_snapshot_comparison(void);
 
+/* Trigger for state equality detection (check potential cycle in application) */
 void MC_compare(void);
 
 SG_END_DECL()