Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a few more cosmetics
[simgrid.git] / teshsuite / mc / mutex_handling.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4   <!-- For using with ping_pong, platform_sendrecv.xml -->
5   <!-- receiver my_name -->
6   <process host="Disney" function="receiver"/>
7
8   <!-- sender my_name receiver_name other_sender_name -->
9   <process host="Jill" function="sender">
10     <argument value="X"/>
11   </process>
12   <process host="UNIX" function="sender">
13     <argument value="Y"/>
14   </process>
15 </platform>