Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
comment a bit of code in sender_gap for smpi, which leaked memory.
[simgrid.git] / src / surf / storage_private.h
index f27d6502b96d3e0cd63082caf474eb042a6a22db..c62f265fe81ba697f278e372f84294d9ca97987e 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 {