From 49af8101639b8f2b602fb1812806433964e28b18 Mon Sep 17 00:00:00 2001 From: navarrop Date: Wed, 6 Oct 2010 15:45:59 +0000 Subject: [PATCH] Available the tag config. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8368 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/simgrid.dtd | 2 +- src/surf/surf_routing.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/surf/simgrid.dtd b/src/surf/simgrid.dtd index 0a47fdf838..75a34ad731 100644 --- a/src/surf/simgrid.dtd +++ b/src/surf/simgrid.dtd @@ -1,5 +1,5 @@ - + diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 0bafe5401e..0e1c663a85 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -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) -- 2.20.1