]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_host.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: rename involved into contributing, and write a first version of this page
[simgrid.git] / src / msg / msg_host.c
index 08269984af9f6d98463da7df2b8d912887caf124..a503903cb532fe72882144f220025540ad296f11 100644 (file)
@@ -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;