X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1930bee57857b8ccfbdaa457ea6748a49fc8d4f8..a511865336e83ac3654632265ed00b8f0bf0eccc:/src/mc/SafetyChecker.hpp diff --git a/src/mc/SafetyChecker.hpp b/src/mc/SafetyChecker.hpp index 71b5f67d92..b2dd2696ae 100644 --- a/src/mc/SafetyChecker.hpp +++ b/src/mc/SafetyChecker.hpp @@ -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> stack_;