X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c74383252db029e98396c3b6ad842c16e68484bf..8308c42874c76edaffd662b81eaacc6ad87b36e4:/src/surf/network_gtnets_private.h diff --git a/src/surf/network_gtnets_private.h b/src/surf/network_gtnets_private.h index 0687521ca9..c7375f1816 100644 --- a/src/surf/network_gtnets_private.h +++ b/src/surf/network_gtnets_private.h @@ -18,16 +18,12 @@ typedef struct network_link_GTNETS { double bw_current; double lat_current; int id; - /*holds the properties associated with 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 with the card */ - xbt_dict_t properties; } s_network_card_GTNETS_t, *network_card_GTNETS_t; typedef struct surf_action_network_GTNETS {