X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611fa4440524f3f3d6006c0792756ff2ed2a4197..f193fed57024f1b113f3ec07500a76e1ed5b76b1:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 58340eaf67..766aa48aae 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -108,7 +108,7 @@ typedef struct s_model_type { const char *desc; routing_component_t (*create) (); void (*end) (); -} s_model_type_t, *model_type_t; +} s_routing_model_description_t, *routing_model_description_t; typedef struct s_route { xbt_dynar_t link_list; @@ -136,7 +136,7 @@ typedef enum { typedef struct s_routing_component { xbt_dict_t to_index; /* char* -> network_element_t */ xbt_dict_t bypassRoutes; /* store bypass routes */ - model_type_t routing; + routing_model_description_t routing; e_surf_routing_hierarchy_t hierarchy; char *name; struct s_routing_component *routing_father;