Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move things to a righter place
[simgrid.git] / src / simix / smx_private.h
index 1130ff9..b591a57 100644 (file)
@@ -73,6 +73,7 @@ extern xbt_dict_t watched_hosts_lib;
 /* ******************************** File ************************************ */
 typedef struct s_smx_file {
   surf_file_t surf_file;
+  void* data;                   /**< @brief user data */
 } s_smx_file_t;
 
 /*********************************** Time ************************************/