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 cf624df354b502d8adb7730ff60e847bdc44af46..d2bef83bc38dfd6fc0369664fcf5839246d0dfc9 100644 (file)
@@ -113,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;