Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Available the tag config.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 6 Oct 2010 15:45:59 +0000 (15:45 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 6 Oct 2010 15:45:59 +0000 (15:45 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8368 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/simgrid.dtd
src/surf/surf_routing.c

index 0a47fdf..75a34ad 100644 (file)
@@ -1,5 +1,5 @@
 <!-- Small DTD for SURF based tools. -->
-<!ELEMENT platform ((config|include|cluster|AS|trace|trace_connect)*,(include|process)*)>
+<!ELEMENT platform ((config)?,(include|cluster|AS|trace|trace_connect)*,(include|process)*)>
 <!ATTLIST platform version CDATA "0.0">
 
 <!ELEMENT trace (#PCDATA)>
index 0bafe54..0e1c663 100644 (file)
@@ -2476,7 +2476,7 @@ static void generic_src_dst_check(routing_component_t rc, const char* src, const
 static void parse_Sconfig(void)
 {
        //TODO
-       DEBUG0("--->init of tag config");
+       DEBUG0("WARNING tag config not yet implemented.");
 }
 
 static void routing_full_parse_Scluster(void)