Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Wow, I wrote a simcall! 11 files to modify to do a simple get_size on a
[simgrid.git] / src / surf / storage_private.h
index 1fc8621..a5c75fb 100644 (file)
@@ -39,7 +39,7 @@ typedef struct storage {
 } s_storage_t, *storage_t;
 
 typedef enum {
-  READ=0, WRITE, STAT, OPEN, CLOSE, UNLINK, LS
+  READ=0, WRITE, STAT, OPEN, CLOSE, UNLINK, LS, GET_SIZE
 } e_surf_action_storage_type_t;
 
 typedef struct surf_action_storage {