From 1adf654f3131efa6f4024c0c3c43e83afe809658 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christophe=20Thi=C3=A9ry?= Date: Tue, 15 Nov 2011 14:18:28 +0100 Subject: [PATCH 1/1] Cosmetics --- include/msg/msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/msg/msg.h b/include/msg/msg.h index 232546daaf..2053b4e20a 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -232,11 +232,11 @@ MSG_error_t MSG_action_trace_run(char *path); #ifdef MSG_USE_DEPRECATED /* these are the functions which are deprecated. Do not use them, they may get removed in future releases */ #define MSG_TIMEOUT_FAILURE MSG_TIMEOUT +#define MSG_TASK_CANCELLED MSG_TASK_CANCELED #define MSG_mailbox_put_with_time_out(mailbox, task, timeout) \ 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" -- 2.20.1