Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This time, hopefully, the files are in valid version 2 of the DTD
[simgrid.git] / examples / gras / rpc / rpc.xml
index c8f3ab7239f9d47d523af06700832d94cc04c76f..e1a03915f60d32c34f0e9783325176df8da9d0cf 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="1">
+<!DOCTYPE platform SYSTEM "surfxml.dtd">
+<platform version="2">
   <process host="Tremblay" function="server">
      <argument value="4000"/>       <!-- port number -->
   </process>
@@ -17,4 +17,4 @@
      <argument value="Ginette"/>   <!-- forwarder host -->
      <argument value="4000"/>       <!-- forwarder port number -->
   </process>
-</platform_description>
+</platform>