X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9bc2f7734295810a24f98d65169f06705e3ea951..32965191d7fcfb85c4f0da9f118826b70f7d32ba:/src/msg/msg_actions.cpp diff --git a/src/msg/msg_actions.cpp b/src/msg/msg_actions.cpp index 2ad8a580b5..944d9e3d9c 100644 --- a/src/msg/msg_actions.cpp +++ b/src/msg/msg_actions.cpp @@ -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()