X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f4f03348bd07609e258eb3b545bdafc2c881847..e98908d4e3ea9f355370a4f0a9db15b9593b7eb1:/src/simix/smx_io.cpp diff --git a/src/simix/smx_io.cpp b/src/simix/smx_io.cpp index 3866492b03..146a80acc2 100644 --- a/src/simix/smx_io.cpp +++ b/src/simix/smx_io.cpp @@ -273,9 +273,7 @@ sg_size_t SIMIX_storage_get_used_size(smx_process_t process, smx_storage_t stora } xbt_dict_t SIMIX_storage_get_properties(smx_storage_t storage){ - xbt_assert((storage != NULL), "Invalid parameters (simix storage is NULL)"); - return (xbt_dict_t) surf_resource_get_properties((surf_cpp_resource_t) - surf_storage_resource_priv(storage)); + return surf_storage_get_properties(storage); } const char* SIMIX_storage_get_name(smx_storage_t storage){