]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/smx_private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
here was the leak ...
[simgrid.git] / src / simix / smx_private.h
index 1130ff9329c3c27e3f0112e697113f9915700279..b0845e68524947a4639fa1ef88e6e452ffb00666 100644 (file)
@@ -73,8 +73,14 @@ 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;
 
+/* ******************************** Storage ************************************/
+typedef struct s_smx_storage_priv {
+  void *data;              /**< @brief user data */
+} s_smx_storage_priv_t;
+
 /*********************************** Time ************************************/
 
 /** @brief Timer datatype */