X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/03847b386b2035bec76237eab400aeaf07466496..755eca55d26d26cf6a09369dfffe9359c2b2f847:/include/simgrid/s4u/Actor.hpp diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index 99f4a8a0e4..7f3f4a6267 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -20,6 +20,7 @@ #include #include +#include #include #include @@ -217,7 +218,7 @@ public: //static Actor *byPid(int pid); not implemented /** Retrieves the name of that actor */ - const char* getName(); + simgrid::xbt::string getName(); /** Retrieves the host on which that actor is running */ s4u::Host *getHost(); /** Retrieves the PID of that actor */