X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05ac94f042a0e8534114f7f31a40a36af730a680..a8b5e623ecad573ef13267bd304777462993efdb:/src/surf/storage_private.h diff --git a/src/surf/storage_private.h b/src/surf/storage_private.h index f27d6502b9..c62f265fe8 100644 --- a/src/surf/storage_private.h +++ b/src/surf/storage_private.h @@ -45,7 +45,7 @@ typedef struct storage { } s_storage_t, *storage_t; typedef enum { - READ=0, WRITE, STAT, OPEN, CLOSE + READ=0, WRITE, STAT, OPEN, CLOSE, UNLINK, LS } e_surf_action_storage_type_t; typedef struct surf_action_storage {