X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7756b80bb83689b3f050d20e9173d2e88a527636..b0d0cf25fd215085158bc2a414030f0b4a917aca:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index cafaae8e98..1780dde6c5 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -58,7 +58,12 @@ TODO: document here the examples about plugins - Kill actors. @ref examples/s4u/actor-kill/s4u-actor-kill.cpp \n Actors can forcefully stop other actors with the @ref - simgrid::s4u::Actor::kill() method. + simgrid::s4u::Actor::kill(void) method. + + - Kill actors (other function). + @ref examples/s4u/actor-kill-pid/s4u-actor-kill-pid.cpp \n + Actors can forcefully stop other actors with the @ref + simgrid::s4u::Actor::kill(aid_t) method. - Controling the actor life cycle from the XML. @ref examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp @@ -344,4 +349,4 @@ than the previous examples. @example examples/platforms/energy_platform.xml @example examples/platforms/prop.xml -*/ \ No newline at end of file +*/