X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d44e911ae45609418de22c72114e85c4e031fcf4..dd5a646d37996bd34b2e5896b50a6f3d64779a45:/src/msg/msg_host.c diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index 57fd96ca5c..00e126cedb 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -411,9 +411,9 @@ xbt_dict_t MSG_host_get_mounted_storage_list(msg_host_t host) /** \ingroup m_host_management * \brief Return the list of storages attached to an host. * \param host a host - * \return a dict containing all storages attached to the host (storage name => msg_storage_t) + * \return a dynar containing all storages (name) attached to the host */ -xbt_dict_t MSG_host_get_attached_storage_list(msg_host_t host) +xbt_dynar_t MSG_host_get_attached_storage_list(msg_host_t host) { xbt_assert((host != NULL), "Invalid parameters"); return (simcall_host_get_attached_storage_list(host));