X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/047faaf9f860833fec42238f3f0df8ae518a4cc4..5969ba39561f1fc29557ebf2c9d38ac8fccdd036:/doc/module-msg.doc diff --git a/doc/module-msg.doc b/doc/module-msg.doc index 09809a8de9..b4b7c35fb9 100644 --- a/doc/module-msg.doc +++ b/doc/module-msg.doc @@ -16,6 +16,7 @@ */ /** @defgroup m_datatypes_management MSG Data Types + @ingroup MSG_API @brief This section describes the different datatypes provided by MSG. */ /** \addtogroup m_process_management @@ -86,7 +87,7 @@ \subsection MSG_ext_ms_slave Slave code This function has to be assigned to a #m_process_t that has to behave as a slave. - Just like #master(), it should not be called directly. + Just like the master fuction (described in \ref MSG_ext_ms_master), it should not be called directly. This function keeps waiting for tasks and executes them as it receives them. @@ -95,7 +96,7 @@ \subsection MSG_ext_ms_forwarder Forwarder code This function has to be assigned to a #m_process_t that has to behave as a forwarder. - Just like #master(), it should not be called directly. + Just like the master fuction (described in \ref MSG_ext_ms_master), it should not be called directly. C style arguments (argc/argv) are interpreted as a list of host that will accept those tasks.