X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c94898122fc054483e0e4b0313cd52f385582d2a..fac5f342fce327d587628f94e9dbfa5988c5a2c0:/src/surf/network_gtnets_private.h diff --git a/src/surf/network_gtnets_private.h b/src/surf/network_gtnets_private.h index 6dc0a41107..2a6534c5da 100644 --- a/src/surf/network_gtnets_private.h +++ b/src/surf/network_gtnets_private.h @@ -18,16 +18,11 @@ 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 { @@ -37,8 +32,6 @@ typedef struct surf_action_network_GTNETS { lmm_variable_t variable; double rate; int suspended; - network_card_GTNETS_t src; - network_card_GTNETS_t dst; } s_surf_action_network_GTNETS_t, *surf_action_network_GTNETS_t; //extern xbt_dict_t network_card_set;