X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25cc8f2c515534fee077ff6ef9a71b55bfc2786f..984ea3223c5e84f4fd94cbfa594162e4ee87eac9:/src/simix/smx_private.h diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index 1130ff9329..b0845e6852 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -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 */