X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b05a0ed4f5fb7b81f96777af37b8f7fc5a4bf160..8498a654bd5379c957de389f3dbf4fc015e8b0b1:/src/msg/msg_gos.c diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index e63d05f81c..38b579d283 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -164,7 +164,7 @@ msg_error_t MSG_process_sleep(double nb_sec) * sometime waiting on all these mailboxes using @ref MSG_comm_waitany. You can find * an example of use of this function in the @ref MSG_examples section. * - Provide a proper patch to implement this functionality back in MSG. That wouldn't be - * very difficult actually. Check the function #MSG_mailbox_get_task_ext. During its call to + * very difficult actually. Check the function @ref MSG_mailbox_get_task_ext. During its call to * simcall_comm_recv(), the 5th argument, match_fun, is NULL. Create a function that filters * messages according to the host (that you will pass as sixth argument to simcall_comm_recv() * and that your filtering function will receive as first parameter, and then, the filter could @@ -433,6 +433,7 @@ int MSG_comm_test(msg_comm_t comm) { xbt_ex_t e; int finished = 0; + TRY { finished = simcall_comm_test(comm->s_comm); @@ -664,7 +665,7 @@ msg_task_t MSG_comm_get_task(msg_comm_t comm) } /** - * \brief This function is called by SIMIX to copy the data of a comm. + * \brief This function is called by SIMIX in kernel mode to copy the data of a comm. * \param comm the comm * \param buff the data copied * \param buff_size size of the buffer