Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Finalize properties on AS.
[simgrid.git] / src / surf / surf_private.h
index db681ec..399bc2a 100644 (file)
@@ -132,6 +132,7 @@ typedef struct s_routing_edge {
   e_surf_network_element_type_t rc_type;
   int id;
   char *name;
+  xbt_dict_t properties;
 } s_network_element_t;
 
 /*
@@ -189,7 +190,6 @@ typedef struct s_as {
   void (*parse_ASroute) (AS_t as, sg_platf_route_cbarg_t route);
   void (*parse_bypassroute) (AS_t as, sg_platf_route_cbarg_t e_route);
 
-  xbt_dict_t properties;
 } s_as_t;
 
 struct s_routing_platf {