From 950df687a08eb5cc43d7c8040089327d905cf21f Mon Sep 17 00:00:00 2001 From: cherierm Date: Fri, 11 Jan 2008 10:27:29 +0000 Subject: [PATCH] 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 --- include/msg/msg.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.20.1