From: cherierm Date: Fri, 12 Sep 2008 14:49:23 +0000 (+0000) Subject: the route_multi_table variable was declared two times X-Git-Tag: v3.3~179 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4fea47a668e39efad13255c4d2bd2e3b2bbb0693 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 --- 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;