X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/636c4a39fd7018786f10c6e66954aae0ed5677d5..ddb99d3d0cd5f1792d92ddb345f564e54777c1d1:/src/surf/storage_private.h diff --git a/src/surf/storage_private.h b/src/surf/storage_private.h index 9979e033f7..eed61abde2 100644 --- a/src/surf/storage_private.h +++ b/src/surf/storage_private.h @@ -14,7 +14,6 @@ typedef struct s_storage_type { char *type_id; xbt_dict_t properties; size_t size; - size_t used_size; } s_storage_type_t, *storage_type_t; typedef struct s_mount { @@ -35,11 +34,12 @@ typedef struct surf_storage { lmm_constraint_t constraint_write; /* Constraint for maximum write bandwidth*/ lmm_constraint_t constraint_read; /* Constraint for maximum write bandwidth*/ xbt_dict_t content; /* char * -> s_surf_file_t */ + char* content_type; size_t size; size_t used_size; char *type_id; - char *content_type; xbt_dynar_t write_actions; + xbt_dict_t properties; } s_storage_t, *storage_t; typedef enum {