X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e39d8fa35a19c03fa463b79e440279656e36f58b..05ac94f042a0e8534114f7f31a40a36af730a680:/src/surf/storage_private.h diff --git a/src/surf/storage_private.h b/src/surf/storage_private.h index 62c40a8a7b..f27d6502b9 100644 --- a/src/surf/storage_private.h +++ b/src/surf/storage_private.h @@ -41,10 +41,11 @@ typedef struct storage { xbt_dict_t content; /* char * -> s_surf_stat_t */ unsigned long size; unsigned long used_size; + xbt_dynar_t write_actions; } s_storage_t, *storage_t; typedef enum { - READ, WRITE, STAT, OPEN, CLOSE + READ=0, WRITE, STAT, OPEN, CLOSE } e_surf_action_storage_type_t; typedef struct surf_action_storage {