]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_global.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce smpi::Process
[simgrid.git] / src / msg / msg_global.cpp
index 97c3e86e702f91784a344f887619d44842c317d3..3b0e79a5d0ab8fe35666c222c38563757fc7c72f 100644 (file)
@@ -13,6 +13,8 @@
 XBT_LOG_NEW_CATEGORY(msg, "All MSG categories");
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_kernel, msg, "Logging specific to MSG (kernel)");
 
+SG_BEGIN_DECL()
+
 MSG_Global_t msg_global = nullptr;
 static void MSG_exit();
 
@@ -135,3 +137,5 @@ unsigned long int MSG_get_sent_msg()
 {
   return msg_global->sent_msg;
 }
+
+SG_END_DECL()