X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f537f6705eaf9d1d99186860f2da468a9d755417..82260ee8874d808a0436128d0f2a0e17f918fdb1:/src/msg/host.c diff --git a/src/msg/host.c b/src/msg/host.c index d008e2b465..c2d6a76acf 100644 --- a/src/msg/host.c +++ b/src/msg/host.c @@ -11,6 +11,19 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(host, msg, "Logging specific to MSG (host)"); +/** \defgroup m_host_management Management functions of Hosts + * \brief This section describes the host structure of MSG + * (#m_host_t) and the functions for managing it. + * + * A location (or host) is any possible place where + * a process may run. Thus it may be represented as a + * physical resource with computing capabilities, some + * mailboxes to enable running process to communicate with + * remote ones, and some private data that can be only + * accessed by local process. + * \see m_host_t + */ + /********************************* Host **************************************/ m_host_t __MSG_host_create(const char *name, void *workstation,