X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/20bd6775d978362f99c47ba22aef63540f771b98..50c07172efbd6c3b73c787c2c200048d3205b640:/src/msg/msg_io.c diff --git a/src/msg/msg_io.c b/src/msg/msg_io.c index c2da672c75..6c8817e1e2 100644 --- a/src/msg/msg_io.c +++ b/src/msg/msg_io.c @@ -139,11 +139,9 @@ xbt_dict_t MSG_file_ls(const char *mount, const char *path) /** \ingroup msg_storage_management * \brief Return the free space size of a storage element - * * \param sd is the storage descriptor (#msg_storage_t) * \return the free space size of the storage element (as a size_t) */ - size_t MSG_storage_get_free_size(msg_storage_t sd){ return simcall_storage_get_free_size(sd->simdata->smx_storage); }