X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4fee224a17662ec1877876618bb9e1318528a911..1930bee57857b8ccfbdaa457ea6748a49fc8d4f8:/src/mc/CommunicationDeterminismChecker.hpp diff --git a/src/mc/CommunicationDeterminismChecker.hpp b/src/mc/CommunicationDeterminismChecker.hpp index 291d98ec4f..781c2ba143 100644 --- a/src/mc/CommunicationDeterminismChecker.hpp +++ b/src/mc/CommunicationDeterminismChecker.hpp @@ -34,6 +34,7 @@ private: /** Stack representing the position in the exploration graph */ std::list> stack_; simgrid::mc::VisitedStates visitedStates_; + unsigned long expandedStatesCount_ = 0; }; #endif