Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add comments for the example bugged2_liveness
[simgrid.git] / examples / msg / gtnets / onelink-p.xml
index 0e27616..78b5648 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "simgrid.dtd">
- <platform version="2">
+ <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+ <platform version="3">
  <AS  id="AS0"  routing="Full">
  <!---   S1  --------- C1
          link 1
@@ -13,7 +13,7 @@
    <link id="1" bandwidth="10000" latency="0.01"/>
  
    <route src="S1" dst="C1">
-      <link:ctn id="1"/>
+      <link_ctn id="1"/>
    </route>
  
  </AS>