Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Port xbt_parmap to C++.
[simgrid.git] / src / msg / msg_mailbox.cpp
index b4d55aa829fba987b6885c760b55e1371c55efe0..d27f199a0969bf1106f1796c709cfa10c4052dcd 100644 (file)
@@ -10,6 +10,8 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_mailbox, msg, "Logging specific to MSG (mailbox)");
 
 
 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
  *
 /** \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);
 }
 
   XBT_VERB("%s mailbox set to receive eagerly for myself\n",alias);
 }
 
+SG_END_DECL()