X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b91ae3a203b095b8a11ed3bd37ec01911baf712a..5dc616d3c0127e742e4e8f6470aafbb7d789e6c1:/include/simix/datatypes.h diff --git a/include/simix/datatypes.h b/include/simix/datatypes.h index 07c05c139d..1ed5a6abbf 100644 --- a/include/simix/datatypes.h +++ b/include/simix/datatypes.h @@ -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 */