Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move parts of the kernel to the right subdir
[simgrid.git] / src / mc / SafetyChecker.hpp
index 71b5f67..b2dd269 100644 (file)
@@ -33,6 +33,7 @@ private:
   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_;