X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f2185962cc775629ee8cb71b8df9c0502b7c974..5fe438f9179eb65e78159a803705f51f7f470b08:/src/simix/smx_io.c diff --git a/src/simix/smx_io.c b/src/simix/smx_io.c index 38659fbd61..f504da422f 100644 --- a/src/simix/smx_io.c +++ b/src/simix/smx_io.c @@ -349,7 +349,7 @@ xbt_dict_t SIMIX_pre_storage_get_properties(smx_simcall_t simcall, smx_storage_t } xbt_dict_t SIMIX_storage_get_properties(smx_storage_t storage){ xbt_assert((storage != NULL), "Invalid parameters (simix storage is NULL)"); - return surf_resource_get_properties(surf_workstation_resource_priv(storage)); + return surf_resource_get_properties(surf_storage_resource_priv(storage)); } const char* SIMIX_pre_storage_get_name(smx_simcall_t simcall, smx_storage_t storage){