X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16a493020852a67f5e16f96f33734ef84d5de1df..494616a1d79ab04ce6f0309a5cbb29ee5876c379:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 33f4ce0425..84552645ad 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -11,8 +11,9 @@ #include "xbt/misc.h" #include "xbt/sysdep.h" -BEGIN_DECL() #include "msg/datatypes.h" +SG_BEGIN_DECL() + /************************** Global ******************************************/ void MSG_config(const char *name, ...); @@ -111,5 +112,5 @@ double MSG_task_get_compute_duration(m_task_t task); double MSG_task_get_remaining_computation(m_task_t task); double MSG_task_get_data_size(m_task_t task); -END_DECL() +SG_END_DECL() #endif