From 37bcff1303841b68aa33f777e979763ddb56151a Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 9 Nov 2011 22:16:32 +0100 Subject: [PATCH] Don't define routing_component_t twice. --- src/surf/surf_private.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.20.1