X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e38e9ff52039b2dd8416b120031492f9b7a2844b..5265dc224e69f1d3094f04f86b97bb0d1308d80e:/src/msg/msg_gos.c?ds=sidebyside diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index 320098830a..aa91522a9a 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -31,8 +31,8 @@ MSG_error_t MSG_get_errno(void) * takes only one parameter. * \param task a #m_task_t to execute on the location on which the agent is running. - * \return #MSG_FATAL if \a task is not properly initialized and - * #MSG_OK otherwise. + * \return #MSG_OK if the task was successfully completed, #MSG_TASK_CANCELED + * or #MSG_HOST_FAILURE otherwise */ MSG_error_t MSG_task_execute(m_task_t task) {