Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Declaration of the MSG_task_receive_from_host() function
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Jan 2008 10:27:29 +0000 (10:27 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Jan 2008 10:27:29 +0000 (10:27 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5196 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/msg/msg.h

index eacf081..63e5cc3 100644 (file)
@@ -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);
                                                   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);
 
 XBT_PUBLIC(MSG_error_t) MSG_task_get_ext(m_task_t * task, int channel, 
                                         double max_duration, m_host_t host);