From 96700e4ab10ad214352f8c9746033af9b20b2905 Mon Sep 17 00:00:00 2001 From: Samuel Lepetit Date: Thu, 10 May 2012 13:41:57 +0200 Subject: [PATCH] Add explanation in MSG_task_irecv documentation --- src/msg/msg_gos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index 5081378556..4c49b237a4 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -473,8 +473,8 @@ void MSG_task_dsend(m_task_t task, const char *alias, void_f_pvoid_t cleanup) * * This is a non blocking function: use MSG_comm_wait() or MSG_comm_test() * to end the communication. - * - * \param task a memory location for storing a #m_task_t. + * + * \param task a memory location for storing a #m_task_t. has to be valid until the end of the communication. * \param name of the mailbox to receive the task on * \return the msg_comm_t communication created */ -- 2.20.1