Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : tests for snapshot comparison
[simgrid.git] / src / include / mc / mc.h
index eca3d42..18442d1 100644 (file)
@@ -41,6 +41,9 @@ void MC_automaton_load(const char *file);
 XBT_PUBLIC(void) MC_memory_init(void);  /* Initialize the memory subsystem */
 XBT_PUBLIC(void) MC_memory_exit(void);
 
+/********************************* Snapshot comparison test *************************************/
+void MC_test_snapshot_comparison(void);
+
 SG_END_DECL()
 
 #endif                          /* _MC_MC_H */