X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b00e4794c073855ab40697e9ec648c6a67f013e9..d947ff7466b473eeec602007934f8336a9b17f3c:/src/msg/msg_host.c diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index 73eb35a95e..a503903cb5 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -131,6 +131,9 @@ void __MSG_host_destroy(msg_host_t host) { free(host); } +/** \ingroup m_host_management + * \brief Return the current number MSG hosts. + */ int MSG_get_host_number(void) { return xbt_lib_length(host_lib);