Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added a properties field to struct network_card_GTNETS.
[simgrid.git] / src / surf / network_gtnets_private.h
index a8d79c0..96fd252 100644 (file)
@@ -28,6 +28,8 @@ typedef struct network_link_GTNETS {
 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 {