X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e047e6499ba84c7b948c6b699df2875fc765914..104ec12984d49e726b38234c5d8ecbfd3732b91e:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index f84cbfdc99..232546daaf 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -236,6 +236,7 @@ MSG_error_t MSG_action_trace_run(char *path); MSG_mailbox_put_with_timeout(mailbox, task, timeout) #define MSG_process_change_host(h) MSG_process_migrate(MSG_process_self(),h); +#define MSG_TASK_CANCELLED MSG_TASK_CANCELED #endif #include "instr/instr.h"