Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : comment MC_compare
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 11 Jul 2012 12:55:31 +0000 (14:55 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Thu, 12 Jul 2012 09:44:44 +0000 (11:44 +0200)
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);
 
 /********************************* 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()
 void MC_compare(void);
 
 SG_END_DECL()