X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/340ff76ef967bc9bfb4eb9ac8c8a47e221f91ee7..ca96c65bbc9e57bcb29bbf667e3da5d98ed2675b:/include/msg/msg.h?ds=sidebyside diff --git a/include/msg/msg.h b/include/msg/msg.h index cd8b1a1d40..0952400162 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -99,6 +99,8 @@ MSG_error_t MSG_task_put(m_task_t task, m_host_t dest, MSG_error_t MSG_task_put_bounded(m_task_t task, m_host_t dest, m_channel_t channel, double max_rate); +MSG_error_t MSG_task_put_with_timeout(m_task_t task, m_host_t dest, + m_channel_t channel, double max_duration); MSG_error_t MSG_task_execute(m_task_t task); MSG_error_t MSG_parallel_task_execute(m_task_t task); void MSG_task_set_priority(m_task_t task, double priority);