X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5dd3f3824a8443a0f7292b32ec482116e89c9a0..0fdad33dc8511e883d532c8bc4ba6f10bc5995e0:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index bd6a157418..4c0423e1a8 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -139,6 +139,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 */ + xbt_dict_t parse_routes; /* store data during the parse process */ model_type_t routing; e_surf_routing_hierarchy_t hierarchy; char *name;