X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9bc2f7734295810a24f98d65169f06705e3ea951..bc0e9c9ecdf8b93f139978e522433f0a9fdcdedd:/src/msg/msg_mailbox.cpp diff --git a/src/msg/msg_mailbox.cpp b/src/msg/msg_mailbox.cpp index b4d55aa829..d27f199a09 100644 --- a/src/msg/msg_mailbox.cpp +++ b/src/msg/msg_mailbox.cpp @@ -10,6 +10,8 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_mailbox, msg, "Logging specific to MSG (mailbox)"); +SG_BEGIN_DECL() + /** \ingroup msg_mailbox_management * \brief Set the mailbox to receive in asynchronous mode * @@ -25,3 +27,4 @@ void MSG_mailbox_set_async(const char *alias){ XBT_VERB("%s mailbox set to receive eagerly for myself\n",alias); } +SG_END_DECL()