X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/441436da649a1a42a336b3c371a22f84cdb851c0..64cfda658ffbc436445589f1a7a9afce2e41fb5a:/src/mc/Transition.hpp diff --git a/src/mc/Transition.hpp b/src/mc/Transition.hpp index 1c3bf93b37..d8566a2221 100644 --- a/src/mc/Transition.hpp +++ b/src/mc/Transition.hpp @@ -18,7 +18,8 @@ namespace mc { * in things like waitany and for associating a given value of MC_random() * calls. */ -struct Transition { +class Transition { +public: int pid = 0; /* Which transition was executed for this simcall