Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics after integrating #229
[simgrid.git] / examples / s4u / README.doc
index 58bcb14..a3763fb 100644 (file)
@@ -86,10 +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.
 
-  - <b>Controling the actor life cycle</b>.
-    @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.    
+  - <b>Controling the actor life cycle from the XML</b>.
+    @ref examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp 
+    @ref examples/s4u/actor-lifetime/s4u-actor-lifetime_d.xml 
+    \n
+    You can specify a start time and a kill time in the deployment file.
 
   - <b>Migrating Actors</b>.
     @ref examples/s4u/actor-migration/s4u-actor-migration.cpp \n
@@ -138,6 +139,8 @@ also the tesh files in the example directories for details.
 @example examples/s4u/actor-daemon/s4u-actor-daemon.cpp
 @example examples/s4u/actor-execute/s4u-actor-execute.cpp
 @example examples/s4u/actor-kill/s4u-actor-kill.cpp
+@example examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp 
+@example examples/s4u/actor-lifetime/s4u-actor-lifetime_d.xml 
 @example examples/s4u/actor-migration/s4u-actor-migration.cpp
 @example examples/s4u/actor-suspend/s4u-actor-suspend.cpp
 @example examples/s4u/app-token-ring/s4u-app-token-ring.cpp