Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move things to a righter place
[simgrid.git] / src / simix / smx_private.h
index 1875079..b591a57 100644 (file)
@@ -73,13 +73,9 @@ extern xbt_dict_t watched_hosts_lib;
 /* ******************************** File ************************************ */
 typedef struct s_smx_file {
   surf_file_t surf_file;
 /* ******************************** File ************************************ */
 typedef struct s_smx_file {
   surf_file_t surf_file;
+  void* data;                   /**< @brief user data */
 } s_smx_file_t;
 
 } s_smx_file_t;
 
-/* ******************************** Storage ************************************ */
-typedef struct s_smx_storage {
-  surf_storage_t surf_storage;
-} s_smx_storage_t;
-
 /*********************************** Time ************************************/
 
 /** @brief Timer datatype */
 /*********************************** Time ************************************/
 
 /** @brief Timer datatype */