X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d3b82ab21c706eff03f671a2a997c20b2e29889e..4fcb76c0c08cf4aaa8379bb5da8215334b4e83d2:/src/surf/storage_private.h diff --git a/src/surf/storage_private.h b/src/surf/storage_private.h index 1162787f3b..39b1df057c 100644 --- a/src/surf/storage_private.h +++ b/src/surf/storage_private.h @@ -11,6 +11,7 @@ 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; } s_storage_t, *storage_t; typedef struct surf_action_storage {