X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a5e8338f6d18da29438ec26f96970afb7579992..1fc5e0b36dddadb1e7deec1428f526de70bdb016:/src/msg/msg_host.c diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index 65fc9b6c0e..00e126cedb 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -411,7 +411,7 @@ 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_dynar_t MSG_host_get_attached_storage_list(msg_host_t host) {