X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/073f8bce5afb1febdc3580607be8819b90705280..504b4d20dd2db9ea1eaa9c4b390b2a412d7c9779:/src/surf/network_private.h diff --git a/src/surf/network_private.h b/src/surf/network_private.h index 0bc3f3d373..4cc3cf0529 100644 --- a/src/surf/network_private.h +++ b/src/surf/network_private.h @@ -24,6 +24,8 @@ typedef struct network_link_CM02 { e_surf_network_link_state_t state_current; tmgr_trace_event_t state_event; lmm_constraint_t constraint; + /*holds the properties associated with a link*/ + xbt_dict_t properties; } s_network_link_CM02_t, *network_link_CM02_t;