Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Partial cleanup of the initialisation of the different MC objects
[simgrid.git] / teshsuite / mc / mutex_handling.xml
index 57cbaea..7f60f93 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-<!-- For using with ping_pong, platform_sendrecv.xml -->
-
+  <!-- For using with ping_pong, platform_sendrecv.xml -->
   <!-- receiver my_name -->
-  <process host="Disney" function="receiver"></process>
+  <process host="Disney" function="receiver"/>
 
   <!-- sender my_name receiver_name other_sender_name -->
   <process host="Jill" function="sender">
@@ -13,5 +12,4 @@
   <process host="UNIX" function="sender">
     <argument value="Y"/>
   </process>
-
 </platform>