Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Put those variables private
[simgrid.git] / examples / msg / mc / deploy_bugged2_liveness.xml
index f49fb1016a5b866183e49a2a438944f17b12cb7a..3aa65c151c9afa2d0577a5c976a749fe1f983fe3 100644 (file)
@@ -6,11 +6,11 @@
 
   <process host="Tremblay" function="coordinator" />
 
-  <process host="Fafard" function="consumer" >
+  <process host="Fafard" function="producer" >
     <argument value="1"/>
   </process>
 
-  <process host="Boivin" function="producer" >
+  <process host="Boivin" function="consumer" >
     <argument value="2"/>
   </process>