X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/09477e8696995c466837f459085024435f23d34b..7d9763f5619c35b79077e30f5d32de44699824a6:/src/mc/SafetyChecker.hpp?ds=inline diff --git a/src/mc/SafetyChecker.hpp b/src/mc/SafetyChecker.hpp index c1896eec2e..39b083454a 100644 --- a/src/mc/SafetyChecker.hpp +++ b/src/mc/SafetyChecker.hpp @@ -35,6 +35,7 @@ private: /** Stack representing the position in the exploration graph */ std::list> stack_; simgrid::mc::VisitedStates visitedStates_; + std::unique_ptr visitedState_; }; }