Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove some trailing spaces
[simgrid.git] / include / simgrid / modelchecker.h
index f07d42e409c4cafe6c748d594315d9225cf4e7af..30d97c3efee8153706e171b4f9c21b113a2aa199 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <simgrid_config.h> /* HAVE_MC ? */
 #include <xbt.h>
+#include "xbt/automaton.h"
 
 #ifndef SIMGRID_MODELCHECKER_H
 #define SIMGRID_MODELCHECKER_H
@@ -19,7 +20,8 @@ extern int _surf_do_model_check;
 XBT_PUBLIC(void) MC_assert(int);
 XBT_PUBLIC(void) MC_assert_stateful(int);
 XBT_PUBLIC(int) MC_random(int min, int max);
-XBT_PUBLIC(void) MC_diff();
+XBT_PUBLIC(void) MC_diff(void);
+XBT_PUBLIC(xbt_automaton_t) MC_create_automaton(const char *file);
 
 #else