Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update all our XML files + next XML version will be 4.1, not 5
[simgrid.git] / examples / java / task / priority / priority.xml
index a2784b257032d4d3b398fc12d1578e76c1bc8eee..26b16414b70b4f3ade7440ad69a47448369037bd 100644 (file)
@@ -1,6 +1,12 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <process host="Fafard" function="task.priority.Test"> <argument value="76296000"/> <argument value="1.0"/> </process>
-  <process host="Fafard" function="task.priority.Test"> <argument value="76296000"/> <argument value="2.0"/> </process>
+<platform version="4.1">
+  <actor host="Fafard" function="task.priority.Test">
+    <argument value="76296000"/>
+    <argument value="1.0"/>
+  </actor>
+  <actor host="Fafard" function="task.priority.Test">
+    <argument value="76296000"/>
+    <argument value="2.0"/>
+  </actor>
 </platform>