X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8cb67632980ded866c69cbd6c8a354e85a10cbec..b33e05ad86fc393cecf23f75bbc70ab4e313e0a7:/src/mc/Transition.hpp diff --git a/src/mc/Transition.hpp b/src/mc/Transition.hpp index 95089a1ce8..3cd9c4c0f4 100644 --- a/src/mc/Transition.hpp +++ b/src/mc/Transition.hpp @@ -43,6 +43,7 @@ public: void init(aid_t aid, int times_considered); std::string to_string() const; + const char* to_cstring() const; /* Moves the application toward a path that was already explored, but don't change the current transition */ RemotePtr replay() const;