Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add properties to AS structure (Not work for now) and use SG_PLATF_AS_INITIALIZER
[simgrid.git] / src / surf / surf_private.h
index 80ba539..db681ec 100644 (file)
@@ -188,6 +188,8 @@ typedef struct s_as {
   void (*parse_route) (AS_t as, sg_platf_route_cbarg_t route);
   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 {