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