X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/71fbb738d4592a83ef35e8179560b5a25b9aa373..f362f917a0872a2d1394ce2c10d4813934398e70:/include/simgrid/s4u/Actor.hpp diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index c7acc5b97a..72a5c6e565 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -294,10 +294,10 @@ namespace this_actor { XBT_PUBLIC(int) pid(); /** @brief Returns the PPID of the current actor. */ - int ppid(); + XBT_PUBLIC(int) ppid(); /** @brief Returns the name of the current actor. */ - std::string name(); + XBT_PUBLIC(std::string) name(); }; /** @} */