]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/network_gtnets_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need to dupplicate the work of svn blame
[simgrid.git] / src / surf / network_gtnets_private.h
index e065992be0f5778acd2a014845252848be56eff8..96fd252adde306c58fa18f7ef2412a8bc78567c8 100644 (file)
@@ -20,12 +20,16 @@ typedef struct network_link_GTNETS {
   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;
 
 
 typedef struct network_card_GTNETS {
   char *name;
   int id;
+  /*holds the properties associated witht the card*/
+  xbt_dict_t properties;
 } s_network_card_GTNETS_t, *network_card_GTNETS_t;
 
 typedef struct surf_action_network_GTNETS {