X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e97c47c6c2d678d4765fd3c078c1ba47e9d9cd3a..dd05e77cf9fe231aef1608d42c8e45ac3ee5c15c:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index 1780dde6c5..9350de181a 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -58,12 +58,8 @@ 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(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. + simgrid::s4u::Actor::kill(void) or the @ref + simgrid::s4u::Actor::kill(aid_t) methods. - Controling the actor life cycle from the XML. @ref examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp