Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a new simcall to get/set the receiver of a rendez-vous point.
[simgrid.git] / include / simgrid / modelchecker.h
index 2752cbd..3d846c2 100644 (file)
@@ -19,8 +19,7 @@ extern int _surf_do_model_check;
 
 XBT_PUBLIC(void) MC_assert(int);
 XBT_PUBLIC(int) MC_random(int min, int max);
-XBT_PUBLIC(void) MC_diff(void);
-XBT_PUBLIC(xbt_automaton_t) MC_create_automaton(const char *file);
+XBT_PUBLIC(void) MC_automaton_new_propositional_symbol(const char* id, void* fct);
 
 #else