Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
CommDet shall become an extension of the SafetyChecker
[simgrid.git] / src / mc / Session.hpp
index a639246..53161e1 100644 (file)
@@ -8,6 +8,7 @@
 
 #include "simgrid/forward.h"
 #include "src/mc/ModelChecker.hpp"
+#include "src/mc/remote/RemotePtr.hpp"
 
 #include <functional>
 
@@ -45,7 +46,6 @@ public:
   void close();
 
   void take_initial_snapshot();
-  void execute(Transition const& transition) const;
   void log_state() const;
 
   void restore_initial_state() const;