X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f021475d9021fca0a6a72dd499aa1dc5dd1d2448..f7623851a023484d8ba1d5c26134ee7850bac134:/src/msg/msg_actions.cpp diff --git a/src/msg/msg_actions.cpp b/src/msg/msg_actions.cpp index 916aa87422..b5d171a0d7 100644 --- a/src/msg/msg_actions.cpp +++ b/src/msg/msg_actions.cpp @@ -14,13 +14,12 @@ SG_BEGIN_DECL() void MSG_action_init() { - simgrid::xbt::replay_init(); MSG_function_register_default(simgrid::xbt::replay_runner); } void MSG_action_exit() { - simgrid::xbt::replay_exit(); + // Nothing to do anymore here } /** \ingroup msg_trace_driven @@ -37,7 +36,7 @@ msg_error_t MSG_action_trace_run(char *path) msg_error_t res = MSG_main(); - if (!simgrid::xbt::action_queues.empty()) { + if (not simgrid::xbt::action_queues.empty()) { XBT_WARN("Not all actions got consumed. If the simulation ended successfully (without deadlock)," " you may want to add new processes to your deployment file.");