Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update workstation handling in SimDag. Change the prefix of SimDag functions with...
[simgrid.git] / src / surf / maxmin_private.h
index 28e1fb8..6216bc9 100644 (file)
@@ -33,6 +33,7 @@ typedef struct lmm_constraint {
   s_xbt_swag_t active_element_set;     /* a list of lmm_mat_element_t */
   double bound;
   double remaining;
+  int shared;
   double usage;
   void *id;
 } s_lmm_constraint_t;