From: cherierm Date: Fri, 11 Jan 2008 10:27:29 +0000 (+0000) Subject: Declaration of the MSG_task_receive_from_host() function X-Git-Tag: v3.3~664 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/950df687a08eb5cc43d7c8040089327d905cf21f Declaration of the MSG_task_receive_from_host() function git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5196 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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);