Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
int -> bool for replay control
[simgrid.git] / src / mc / SafetyChecker.hpp
index 71b5f67d92c571c045d571f70ba71d9065b62c9c..b2dd2696ae02d1a87b2a7e764f03f54d013b7985 100644 (file)
@@ -33,6 +33,7 @@ private:
   void init();
   bool checkNonTermination(simgrid::mc::State* current_state);
   int backtrack();
   void init();
   bool checkNonTermination(simgrid::mc::State* current_state);
   int backtrack();
+  void restoreState();
 private:
   /** Stack representing the position in the exploration graph */
   std::list<std::unique_ptr<simgrid::mc::State>> stack_;
 private:
   /** Stack representing the position in the exploration graph */
   std::list<std::unique_ptr<simgrid::mc::State>> stack_;