X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b7a0677b5a4eae8e546d7bb90da6ca6c7e4c0fd..7c9b8ae2a235057d3eac28aa41a2ff89ba7b331d:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 15f9cbfc7d..d96ba82d49 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -130,7 +130,7 @@ typedef enum { typedef struct s_as { xbt_dict_t to_index; /* char* -> network_element_t */ xbt_dict_t bypassRoutes; /* store bypass routes */ - routing_model_description_t routing; + routing_model_description_t model_desc; e_surf_routing_hierarchy_t hierarchy; char *name; struct s_as *routing_father;