X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4fcb76c0c08cf4aaa8379bb5da8215334b4e83d2..ceb3245dffa315620721c8d8a26efad60732e6bf:/src/surf/storage_private.h?ds=sidebyside diff --git a/src/surf/storage_private.h b/src/surf/storage_private.h index 39b1df057c..ca7b6cdf94 100644 --- a/src/surf/storage_private.h +++ b/src/surf/storage_private.h @@ -11,7 +11,9 @@ typedef struct storage { s_surf_resource_t generic_resource; /*< Structure with generic data. Needed at begin to interate with SURF */ e_surf_resource_state_t state_current; /*< STORAGE current state (ON or OFF) */ - lmm_constraint_t constraint; + lmm_constraint_t constraint; /* Constraint for maximum bandwidth from connexion */ + lmm_constraint_t constraint_write; /* Constraint for maximum write bandwidth*/ + lmm_constraint_t constraint_read; /* Constraint for maximum write bandwidth*/ } s_storage_t, *storage_t; typedef struct surf_action_storage {