Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the way files are described. Get rid of the stats, the
[simgrid.git] / src / include / surf / surf.h
index 1483505..ed1c0e4 100644 (file)
@@ -111,7 +111,6 @@ typedef struct surf_action {
   char *category;               /**< tracing category for categorized resource utilization monitoring */
 #endif
   surf_file_t file;        /**< surf_file_t for storage model */
   char *category;               /**< tracing category for categorized resource utilization monitoring */
 #endif
   surf_file_t file;        /**< surf_file_t for storage model */
-  s_file_stat_t stat;        /**< surf_file_t for storage model */
   xbt_dict_t ls_dict;
 } s_surf_action_t;
 
   xbt_dict_t ls_dict;
 } s_surf_action_t;