X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/777ab1d984a7f99783e0a9dd18b4f52358900ee8..ee5447e55003f9f5292edc13ee50794157ac56b0:/src/surf/storage_private.h diff --git a/src/surf/storage_private.h b/src/surf/storage_private.h index a5c75fbf55..1fc86215bb 100644 --- a/src/surf/storage_private.h +++ b/src/surf/storage_private.h @@ -39,7 +39,7 @@ typedef struct storage { } s_storage_t, *storage_t; typedef enum { - READ=0, WRITE, STAT, OPEN, CLOSE, UNLINK, LS, GET_SIZE + READ=0, WRITE, STAT, OPEN, CLOSE, UNLINK, LS } e_surf_action_storage_type_t; typedef struct surf_action_storage {