Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a function to retrieve the size of an msg_file_t
[simgrid.git] / include / msg / datatypes.h
index 46281fea1b190eef7c5a22fb698c7f006893dc41..d2bef83bc38dfd6fc0369664fcf5839246d0dfc9 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef MSG_DATATYPE_H
 #define MSG_DATATYPE_H
 #include "xbt/misc.h"
-#include "xbt/file_stat.h"
 #include "xbt/lib.h"
 #include "simgrid/simix.h"
 #include "simgrid_config.h"     // for HAVE_TRACING
@@ -114,15 +113,6 @@ typedef struct msg_file {
  */
 typedef struct msg_file *msg_file_t;
 
-
-/** @brief File datatype.
-    @ingroup msg_file_management
-
-    You should consider this as an opaque object.
- */
-typedef s_file_stat_t s_msg_stat_t, *msg_stat_t;
-
-
 /*************** Begin GPU ***************/
 typedef struct simdata_gpu_task *simdata_gpu_task_t;