From 4fea47a668e39efad13255c4d2bd2e3b2bbb0693 Mon Sep 17 00:00:00 2001 From: cherierm Date: Fri, 12 Sep 2008 14:49:23 +0000 Subject: [PATCH] the route_multi_table variable was declared two times git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5929 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/include/surf/surf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 6d14f9a692..6f35cb775b 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -593,7 +593,7 @@ XBT_PUBLIC_DATA(int) route_action; /* This is used by all models when creating the routing table while parsing */ XBT_PUBLIC_DATA(xbt_dict_t) route_table; XBT_PUBLIC_DATA(xbt_dict_t) route_multi_table; -XBT_PUBLIC_DATA(xbt_dict_t) route_multi_table; + /* For the trace and trace:connect tag (store their content till the end of the parsing) */ XBT_PUBLIC_DATA(xbt_dict_t) traces_set_list; -- 2.20.1