X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e047e6499ba84c7b948c6b699df2875fc765914..104ec12984d49e726b38234c5d8ecbfd3732b91e:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 1954c7dc26..1d02d0ad8a 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -131,9 +131,10 @@ typedef enum { MSG_HOST_FAILURE = 4, /**< @brief System shutdown. The host on which you are running has just been rebooted. Free your datastructures and return now !*/ - MSG_TASK_CANCELLED = 8, /**< @brief Canceled task. This task has been canceled by somebody!*/ + MSG_TASK_CANCELED = 8, /**< @brief Canceled task. This task has been canceled by somebody!*/ } MSG_error_t; /** @} */ + SG_END_DECL() #endif