X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f0ad29ba4ccab06ecae9ea34a2e78898a7188ad..55b3e236db71d2245c71ff1ea3cbec120a0e0d8d:/src/mc/VisitedState.hpp diff --git a/src/mc/VisitedState.hpp b/src/mc/VisitedState.hpp index eced3ecc0f..3ac5e7b15f 100644 --- a/src/mc/VisitedState.hpp +++ b/src/mc/VisitedState.hpp @@ -20,9 +20,9 @@ namespace mc { struct XBT_PRIVATE VisitedState { std::shared_ptr system_state = nullptr; std::size_t heap_bytes_used = 0; - int actors_count = 0; - int num = 0; - int other_num = 0; // dot_output for + int actors_count = 0; + int num = 0; // unique id of that state in the storage of all stored IDs + int original_num = 0; // num field of the VisitedState to which I was declared equal to (used for dot_output) VisitedState(unsigned long state_number); ~VisitedState();