]> 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 340bc1d27512f8458a6825585a6e3e68326fa169..1ed5a6abbfd7506ec99849f676c638d0da1a7661 100644 (file)
@@ -46,14 +46,15 @@ typedef enum {
 
 typedef struct s_smx_timer* smx_timer_t;
 
-/* ******************************** File ************************************ */
-typedef struct s_smx_file *smx_file_t;
-
 /* ******************************** Synchro ************************************ */
 typedef struct s_smx_mutex *smx_mutex_t;
 typedef struct s_smx_cond *smx_cond_t;
 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 */