X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4636dcbf566244aa2c2bff539d0410dae1071c81..cabfcca7cb25b7aa54d7ee1b0a8b117940b85a8d:/include/simgrid/s4u/actor.hpp diff --git a/include/simgrid/s4u/actor.hpp b/include/simgrid/s4u/actor.hpp index f5de6051c9..28dbdc4031 100644 --- a/include/simgrid/s4u/actor.hpp +++ b/include/simgrid/s4u/actor.hpp @@ -247,8 +247,9 @@ public: /** Ask kindly to all actors to die. Only the issuer will survive. */ static void killAll(); - - smx_process_t getInferior(); + + /** Returns the internal implementation of this actor */ + smx_process_t getImpl(); }; using ActorPtr = Actor::Ptr;