X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/afc02b710464a9814170c8aa0a269efbf11ff2c3..6362f35b1a51e3ac8b3d4e5607bf6e3ec305e530:/src/mc/transition/Transition.hpp diff --git a/src/mc/transition/Transition.hpp b/src/mc/transition/Transition.hpp index 281675f420..4bdf7d262b 100644 --- a/src/mc/transition/Transition.hpp +++ b/src/mc/transition/Transition.hpp @@ -28,6 +28,7 @@ class Transition { static unsigned long replayed_transitions_; friend State; // FIXME remove this once we have a proper class to handle the statistics + public: /* Ordering is important here. depends() implementations only consider subsequent types in this ordering */ XBT_DECLARE_ENUM_CLASS(Type, RANDOM, ACTOR_JOIN, /* First because indep with anybody including themselves */