Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
* Cleanup the DTD by renaming:
[simgrid.git] / src / surf / network_gtnets_private.h
index e065992..a8d79c0 100644 (file)
@@ -20,6 +20,8 @@ typedef struct network_link_GTNETS {
   double bw_current;
   double lat_current;
   int id;
   double bw_current;
   double lat_current;
   int id;
+  /*holds the properties associated witht the link*/
+  xbt_dict_t properties;
 } s_network_link_GTNETS_t, *network_link_GTNETS_t;
 
 
 } s_network_link_GTNETS_t, *network_link_GTNETS_t;