X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..f9429688b769a280613358774f87d56857d32ac2:/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