Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
when SMPI_PRETEND_CC is set, don't replace program xx by subroutine xx, we want to...
[simgrid.git] / src / mc / Session.hpp
index 06f12de365be14ae9216b23ef8a081e4edca2c11..9f07badd7ee2b382ad67edbf00142d198ecc2f05 100644 (file)
@@ -6,6 +6,7 @@
 #ifndef SIMGRID_MC_SESSION_HPP
 #define SIMGRID_MC_SESSION_HPP
 
+#include "simgrid/forward.h"
 #include "src/mc/ModelChecker.hpp"
 
 #include <functional>
@@ -48,6 +49,7 @@ public:
   void log_state();
 
   void restore_initial_state();
+  bool actor_is_enabled(aid_t pid);
 };
 
 // Temporary :)