X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/01d1fb6aad0f3085ab2027950852d44caf9cff29..d9e664e60bd7fab62db0f1d838efd1d7bfd4d367:/src/simix/smx_user.c diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index fb1e54f398..d45a92d44c 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -1311,6 +1311,17 @@ xbt_dict_t simcall_storage_get_properties(smx_storage_t storage) return simcall_BODY_storage_get_properties(storage); } +/** + * \ingroup simix_storage_management + * \brief Returns a dict containing the content of a storage element. + * + * \param storage A storage element + * \return The content of this storage element as a dict (full path file => size) + */ +xbt_dict_t simcall_storage_get_content(smx_storage_t storage) +{ + return simcall_BODY_storage_get_content(storage); +} #ifdef HAVE_MC