Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix comment.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 9 Feb 2023 15:25:23 +0000 (16:25 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 9 Feb 2023 15:51:25 +0000 (16:51 +0100)
src/xbt/xbt_replay.cpp

index 987887b..2b9a52d 100644 (file)
@@ -150,7 +150,7 @@ int replay_runner(const char* actor_name, const char* trace_filename)
  * The argument of the function is the line describing the action, fields separated by spaces.
  *
  * @param action_name the reference name of the action.
- * @param function prototype given by the type: void...(const char** action)
+ * @param function prototype given by the type: void...(simgrid::xbt::ReplayAction& action)
  */
 void xbt_replay_action_register(const char* action_name, const action_fun& function)
 {