Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reorganize storage structures (msg, smx and surf) and separate storage parsing from...
[simgrid.git] / src / simix / smx_io_private.h
index 83cd902..03847d9 100644 (file)
 #include "simix/datatypes.h"
 #include "smx_smurf_private.h"
 
-/** @brief File datatype */
-typedef struct s_smx_file {
-  char *name;              /**< @brief host name if any */
-  void *simdata;
-  void *data;              /**< @brief user data */
-} s_smx_file_t;
-
 void SIMIX_pre_file_read(smx_simcall_t simcall);
 void SIMIX_pre_file_write(smx_simcall_t simcall);
 void SIMIX_pre_file_open(smx_simcall_t simcall);