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

Public GIT Repository
Introduce smpi::Process
[simgrid.git] / src / msg / msg_actions.cpp
index 916aa87422ea94c2e5125dcf5818217a79045550..4d9d7ef38100130f75be82206781aa19495acf47 100644 (file)
@@ -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