Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Give a way to add binaries to the list that shouldn't be messed with by sthread
[simgrid.git] / examples / cpp / platform-failures / s4u-platform-failures_d.xml
index ef64774..894ff51 100644 (file)
   </actor>
   <!-- The worker actors (with mailbox to listen on as argument) -->
   <actor host="Tremblay" function="worker" on_failure="RESTART">
-    <argument value="0"/> 
+    <argument value="0"/>
   </actor>
   <actor host="Jupiter" function="worker" on_failure="RESTART">
-    <argument value="1"/> 
+    <argument value="1"/>
   </actor>
   <actor host="Fafard" function="worker" on_failure="RESTART">
-    <argument value="2"/> 
+    <argument value="2"/>
   </actor>
   <actor host="Ginette" function="worker" on_failure="RESTART">
-    <argument value="3"/> 
+    <argument value="3"/>
   </actor>
   <actor host="Bourassa" function="worker" on_failure="RESTART">
-    <argument value="4"/> 
+    <argument value="4"/>
   </actor>
 </platform>