]> AND Public Git Repository - simgrid.git/blobdiff - include/simix/datatypes.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement file stat for storage model.
[simgrid.git] / include / simix / datatypes.h
index 07c05c139deeac8ef62c3663bd2323b2207ed81b..1ed5a6abbfd7506ec99849f676c638d0da1a7661 100644 (file)
@@ -53,6 +53,7 @@ typedef struct s_smx_sem *smx_sem_t;
 
 /********************************** File *************************************/
 typedef struct s_smx_file *smx_file_t;
+typedef struct s_smx_stat *smx_stat_t;
 
 /********************************** Action *************************************/
 typedef struct s_smx_action *smx_action_t; /* FIXME: replace by specialized action handlers */