X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c08a3a6311b30c8cc038bf2ce0abb096db37054..da7e15623cc3e43bd5b30848b1b2283af9470b5c:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index cf0009b1ee..33f4ce0425 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -83,6 +83,7 @@ m_task_t MSG_parallel_task_create(const char *name, void *data); void *MSG_task_get_data(m_task_t task); m_process_t MSG_task_get_sender(m_task_t task); +m_host_t MSG_task_get_source(m_task_t task); const char *MSG_task_get_name(m_task_t task); MSG_error_t MSG_task_cancel(m_task_t task); MSG_error_t MSG_task_destroy(m_task_t task);