X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba42204af2ac208d3c988c988da958c1f4be36d4..710e7c0ce3fce936637636f544019e89e8ef023d:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 98d685d258..a36cefdcf0 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -77,7 +77,7 @@ MSG_error_t MSG_task_put(m_task_t task, m_host_t dest, m_channel_t channel); MSG_error_t MSG_task_execute(m_task_t task); int MSG_task_Iprobe(m_channel_t channel); -void MSG_process_sleep(long double nb_sec); +MSG_error_t MSG_process_sleep(long double nb_sec); MSG_error_t MSG_get_errno(void); /************************** Deprecated ***************************************/