X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ff030afe706a1878a7071caf35e24c7afc38224..ea51d990607c4a50858f2ce6ff88af25c9b3c572:/src/msg/m_process.c diff --git a/src/msg/m_process.c b/src/msg/m_process.c index acc012b60f..342d507cd2 100644 --- a/src/msg/m_process.c +++ b/src/msg/m_process.c @@ -69,7 +69,7 @@ static void MSG_process_cleanup(void *arg) name contains the word get), in \ref m_task_management (to create or destroy some #m_task_t for example) and in \ref msg_gos_functions (to handle file transfers and task processing). - * \param data a pointer to any data may want to attach to the new + * \param data a pointer to any data one may want to attach to the new object. It is for user-level information and can be NULL. It can be retrieved with the function \ref MSG_process_get_data. * \param host the location where the new agent is executed.