Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
and now a dht package + cmake factoring
[simgrid.git] / examples / java / dht / chord / chord.xml
similarity index 82%
rename from examples/java/chord/chord.xml
rename to examples/java/dht/chord/chord.xml
index 6aa3bdf..7ef7e66 100644 (file)
@@ -1,49 +1,49 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-  <process host="Gatien" function="chord.Node">
+  <process host="Gatien" function="dht.chord.Node">
     <argument value="48"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="400"/>        <!-- time to sleep before it starts-->
     <argument value ="600"/>    <!-- deadline -->
   </process>
-  <process host="McGee" function="chord.Node">
+  <process host="McGee" function="dht.chord.Node">
     <argument value="42"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="300"/>        <!-- time to sleep before it starts-->
     <argument value ="600"/>    <!-- deadline -->
   </process>
-  <process host="iRMX" function="chord.Node">
+  <process host="iRMX" function="dht.chord.Node">
     <argument value="38"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="200"/>         <!-- time to sleep before it starts-->
     <argument value ="600"/>    <!-- deadline -->
   </process>
-  <process host="Geoff" function="chord.Node">
+  <process host="Geoff" function="dht.chord.Node">
     <argument value="32"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="100"/>         <!-- time to sleep before it starts-->
     <argument value ="600"/>    <!-- deadline -->
   </process>
-  <process host="TeX" function="chord.Node">
+  <process host="TeX" function="dht.chord.Node">
     <argument value="21"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="40"/>        <!-- time to sleep before it starts-->
     <argument value ="600"/>    <!-- deadline -->
   </process>
-  <process host="Jean_Yves" function="chord.Node">
+  <process host="Jean_Yves" function="dht.chord.Node">
     <argument value="14"/>        <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="16"/>        <!-- time to sleep before it starts-->
     <argument value ="600"/>    <!-- deadline -->
   </process>
-  <process host="Boivin" function="chord.Node">
+  <process host="Boivin" function="dht.chord.Node">
     <argument value="8"/>         <!-- my id -->
     <argument value="1"/>         <!-- known id -->
     <argument value="1"/>         <!-- time to sleep before it starts-->
     <argument value ="600"/>    <!-- deadline -->
   </process>
-  <process host="Jacquelin" function="chord.Node">
+  <process host="Jacquelin" function="dht.chord.Node">
     <argument value="1"/>         <!-- my id -->
     <argument value ="600"/>    <!-- deadline -->
   </process>