X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3c9a9b2c7e1193c47a2e09b41f746b017f143478..37bcff1303841b68aa33f777e979763ddb56151a:/src/surf/surf_private.h 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 */