Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement functions file_read and file_open into simix like fread and fwrite in posix
[simgrid.git] / include / simix / datatypes.h
index 12fb148..b05bdf3 100644 (file)
 
 SG_BEGIN_DECL()
 
+/* ****************************** File *********************************** */
+typedef struct s_smx_file *smx_file_t;
+
+
+
 /* ******************************** Host ************************************ */
 /** @defgroup m_datatypes_management_details Details on SIMIX datatypes */
 /** @brief Host datatype