Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define and use a Transition::to_cstring()
[simgrid.git] / src / mc / Transition.hpp
index 95089a1..3cd9c4c 100644 (file)
@@ -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<simgrid::kernel::actor::SimcallObserver> replay() const;