X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df12bbc75c274351f3b3a628740e0b3270f08e18..eb45199603c7ab5afe3b2a5df3c2bd56254974f8:/src/msg/msg_host.c diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index 5c697a7d7e..08269984af 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -75,7 +75,7 @@ msg_host_t MSG_get_host_by_name(const char *name) * This functions checks whether some data has already been associated to \a host or not and attach \a data to \a host if it is possible. */ -MSG_error_t MSG_host_set_data(msg_host_t host, void *data) +msg_error_t MSG_host_set_data(msg_host_t host, void *data) { SIMIX_host_set_data(host->smx_host,data); @@ -211,7 +211,7 @@ const char *MSG_host_get_property_value(msg_host_t host, const char *name) } /** \ingroup m_host_management - * \brief Returns a xbt_dynar_t consisting of the list of properties assigned to this host + * \brief Returns a xbt_dict_t consisting of the list of properties assigned to this host * * \param host a host * \return a dict containing the properties