X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/af4715d1fae77dfc6c5d311b6ca8ac6d3e74ffb7..364eee0fc6ab77fddc5437ac273527bd27711724:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index c3df307a3b..58bcb14079 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -86,6 +86,11 @@ documentation, but it should remain readable directly. @ref examples/s4u/actor-kill/s4u-actor-kill.cpp \n Actors can forcefully stop other actors with the @ref kill method. + - Controling the actor life cycle. + @ref examples/s4u/actor-startkilltime/s4u-actor-startkilltime.cpp \n + You can specify a start time and a kill time in the deployment + file. See all *_d.xml files in this directory. + - Migrating Actors. @ref examples/s4u/actor-migration/s4u-actor-migration.cpp \n Actors can move or be moved from a host to another with the @ref migrate method.