Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make smx_file_t, surf_file_t and msg_file_t
[simgrid.git] / include / simix / datatypes.h
index 093cbbd..340bc1d 100644 (file)
@@ -46,6 +46,8 @@ 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;