Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the 'new_' part of function name sg_platf_new_trace_connect
[simgrid.git] / src / surf / storage_private.h
index f27d650..c62f265 100644 (file)
@@ -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 {