From: Christophe ThiƩry Date: Tue, 15 Nov 2011 13:18:28 +0000 (+0100) Subject: Cosmetics X-Git-Tag: exp_20120216~265 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1adf654f3131efa6f4024c0c3c43e83afe809658 Cosmetics --- 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"