X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8838d77194db9264fdec177b93194cc9e8c1b7e2..7df51359aee2cbfb8d0fe0214644e3a12a955456:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 6498242b17..1c538337d5 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -178,6 +178,10 @@ XBT_PUBLIC(MSG_error_t) MSG_task_receive(m_task_t * task, const char *alias); XBT_PUBLIC(msg_comm_t) MSG_task_isend(m_task_t task, const char *alias); +XBT_INLINE XBT_PUBLIC(msg_comm_t) MSG_task_isend_with_matching(m_task_t task, const char *alias, + int (*match_fun)(void*,void*), + void *match_data); + XBT_PUBLIC(void) MSG_task_dsend(m_task_t task, const char *alias, void_f_pvoid_t cleanup); 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);