X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5026d98d0656e9d0f9afb2aeecf09c314ea7a5f6..6270ece7967b322385bbff766ee5f882ba1ef2a2:/src/surf/maxmin_private.hpp diff --git a/src/surf/maxmin_private.hpp b/src/surf/maxmin_private.hpp index 48479c8ddd..b08682769c 100644 --- a/src/surf/maxmin_private.hpp +++ b/src/surf/maxmin_private.hpp @@ -49,7 +49,7 @@ typedef struct lmm_constraint { double remaining; double usage; double bound; - int shared; + int sharing_policy; /* see @e_surf_link_sharing_policy_t (0: FATPIPE, 1: SHARED, 2: FULLDUPLEX) */ void *id; int id_int; double lambda;