Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / examples / msg / mc / deploy_bugged2_liveness.xml
index 3aa65c1..42f5c81 100644 (file)
@@ -1,18 +1,17 @@
 <?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
 
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
 
-<platform version="3">
 
   <process host="Tremblay" function="coordinator" />
 
-  <process host="Fafard" function="producer" >
+  <process host="Fafard" function="client" >
     <argument value="1"/>
   </process>
 
-  <process host="Boivin" function="consumer" >
+  <process host="Boivin" function="client" >
     <argument value="2"/>
   </process>
 
-
 </platform>