X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/073f8bce5afb1febdc3580607be8819b90705280..13c5da75068f441142fcf93d4d78124a7885d116:/src/surf/network_gtnets_private.h diff --git a/src/surf/network_gtnets_private.h b/src/surf/network_gtnets_private.h index e065992be0..96fd252add 100644 --- a/src/surf/network_gtnets_private.h +++ b/src/surf/network_gtnets_private.h @@ -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 {