X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/58b5d8d78829948f50164d6b39292157cc3f4e1d..950df687a08eb5cc43d7c8040089327d905cf21f:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index eacf0811d3..63e5cc37d4 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -105,6 +105,8 @@ XBT_PUBLIC(MSG_error_t) MSG_task_get_with_timeout(m_task_t * task, m_channel_t c double max_duration); XBT_PUBLIC(MSG_error_t) MSG_task_get_from_host(m_task_t * task, int channel, m_host_t host); +MSG_error_t +MSG_task_receive_from_host(m_task_t * task, const char* alias, m_host_t host); XBT_PUBLIC(MSG_error_t) MSG_task_get_ext(m_task_t * task, int channel, double max_duration, m_host_t host);