From: Arnaud Giersch Date: Wed, 9 Nov 2011 21:16:32 +0000 (+0100) Subject: Don't define routing_component_t twice. X-Git-Tag: exp_20120216~371 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/37bcff1303841b68aa33f777e979763ddb56151a?ds=sidebyside Don't define routing_component_t twice. --- diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index fa1f009c34..1c508d9e05 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -137,7 +137,6 @@ typedef enum { SURF_ROUTING_RECURSIVE /**< Recursive case: also return gateway informations */ } e_surf_routing_hierarchy_t; -typedef struct s_routing_component *routing_component_t; typedef struct s_routing_component { xbt_dict_t to_index; /* char* -> network_element_t */ xbt_dict_t bypassRoutes; /* store bypass routes */