X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/97d3abf54943fe29eef37b8c639b736eafd7aa09..678756f213ef3319ba90c79c134fd1c7a9d852be:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 0112cbdc7d..9a49c4a2cc 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -118,6 +118,8 @@ typedef enum { MSG_HOST_FAILURE, /**< @brief System shutdown. The host on which you are running has just been rebooted. Free your datastructures and return now !*/ + MSG_TASK_CANCELLED, /**< @brief Cancelled task. This task has been cancelled + by somebody!*/ MSG_FATAL /**< @brief You've done something wrong. You'd better look at it... */ } MSG_error_t; /** @} */