X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb45199603c7ab5afe3b2a5df3c2bd56254974f8..8498a654bd5379c957de389f3dbf4fc015e8b0b1:/src/msg/msg_host.c diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index 08269984af..a503903cb5 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -131,12 +131,15 @@ void __MSG_host_destroy(msg_host_t host) { free(host); } -#ifdef MSG_USE_DEPRECATED +/** \ingroup m_host_management + * \brief Return the current number MSG hosts. + */ int MSG_get_host_number(void) { return xbt_lib_length(host_lib); } +#ifdef MSG_USE_DEPRECATED msg_host_t *MSG_get_host_table(void) { void **array;