Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reorganize storage structures (msg, smx and surf) and separate storage parsing from...
[simgrid.git] / include / simix / datatypes.h
index 340bc1d..07c05c1 100644 (file)
@@ -46,14 +46,14 @@ 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;
+
 /********************************** Action *************************************/
 typedef struct s_smx_action *smx_action_t; /* FIXME: replace by specialized action handlers */