Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a tesh file for trace replay with SMPI
[simgrid.git] / doc / ref_guide / doxygen / module-msg.doc
index da60352efa7c40529aeb909f4ea6d96c2ec68bdb..d32230cdee6046f808940cafab2fbd8032611b9d 100644 (file)
@@ -116,7 +116,7 @@ there is no such event.
 In such situations, SimGrid allows to write your protocol in your C
 file, and the events to react to in a separate text file. Declare a
 function handling each of the events that you want to accept in your
-trace files, register them using #MSG_action_register in your main,
+trace files, register them using #xbt_replay_action_register in your main,
 and then use #MSG_action_trace_run to launch the simulation. You can
 either have one trace file containing all your events, or a file per
 simulated process.