Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the DTD file from gforge to our own homepage
[simgrid.git] / teshsuite / mc / mutex-handling / mutex-handling_d.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
3 <platform version="4.1">
4   <actor host="Tremblay" function="receiver"/>
5   <actor host="Boivin" function="sender">
6     <argument value="X"/>
7   </actor>
8   <actor host="Fafard" function="sender">
9     <argument value="Y"/>
10   </actor>
11 </platform>