Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use splitted xml files, and avoid memory leaks in the parser.
[simgrid.git] / teshsuite / msg / get_sender.xml
diff --git a/teshsuite/msg/get_sender.xml b/teshsuite/msg/get_sender.xml
deleted file mode 100644 (file)
index c6a3a98..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3">
-   <!-- Platform -->
- <AS  id="AS0"  routing="Full">
-   <host id="toto" power="1000000"/>
-   <link id="lb" bandwidth="100000000" latency="0.000000"/>
-   <route src="toto" dst="toto"><link_ctn id="lb"/></route>    
-  </AS>  
-   
-   <!-- Deployment -->
-   <process host="toto" function="send"/>
-   <process host="toto" function="receive"/>
- </platform>