X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54fdc1e6d25bcb22ace6f4d37edcdb5027e4e091..d62761dc9056a949309e78420f0d077aeb79efaa:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index afab0afcf4..18c749fc5f 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -170,6 +170,7 @@ XBT_PUBLIC(msg_comm_t) MSG_task_irecv(m_task_t * task, const char *alias); XBT_PUBLIC(int) MSG_comm_test(msg_comm_t comm); XBT_PUBLIC(void) MSG_comm_destroy(msg_comm_t comm); XBT_PUBLIC(MSG_error_t) MSG_comm_wait(msg_comm_t comm,double timeout); +XBT_PUBLIC(void) MSG_comm_waitall(msg_comm_t *comm,int nb_elem, double timeout); XBT_PUBLIC(int) MSG_task_listen(const char *alias);