X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4576fb38f884be0a9b81db5354ddaa0d3ed5353f..7c6afa816fc1be84cf440d025e84331e63ee6827:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 610204041e..bd6a157418 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -138,6 +138,7 @@ typedef enum { typedef struct s_routing_component *routing_component_t; typedef struct s_routing_component { + xbt_dict_t to_index; /* char* -> network_element_t */ model_type_t routing; e_surf_routing_hierarchy_t hierarchy; char *name;