Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix
[simgrid.git] / src / msg / msg_actions.cpp
index 2ad8a58..944d9e3 100644 (file)
@@ -10,6 +10,8 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_action, msg, "MSG actions for trace driven simulation");
 
+SG_BEGIN_DECL()
+
 void MSG_action_init()
 {
   _xbt_replay_action_init();
@@ -57,3 +59,5 @@ msg_error_t MSG_action_trace_run(char *path)
 
   return res;
 }
+
+SG_END_DECL()