Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
code simplification around simgrid::surf::NetCardImpl
[simgrid.git] / src / mc / mc_safety.h
index 14bcd4f..d6c907d 100644 (file)
@@ -12,8 +12,8 @@
 #include <simgrid_config.h>
 #include <xbt/base.h>
 #include <xbt/dict.h>
-#include "mc_forward.hpp"
-#include "mc_state.h"
+#include "src/mc/mc_forward.hpp"
+#include "src/mc/mc_state.h"
 
 SG_BEGIN_DECL()
 
@@ -25,7 +25,7 @@ typedef enum {
 
 extern XBT_PRIVATE e_mc_reduce_t mc_reduce_kind;
 
-void MC_modelcheck_safety(void);
+int MC_modelcheck_safety(void);
 
 typedef struct XBT_PRIVATE s_mc_visited_state{
   mc_snapshot_t system_state;