Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Add warning about atomic operations
[simgrid.git] / src / mc / mc_replay.h
index cfd41a63dbd75e768c879136694ecdbdbafafafc..d92703c1807a617275ec64db694c7728b4a3228b 100644 (file)
@@ -15,7 +15,7 @@ SG_BEGIN_DECL()
 
 /** Replay path (if any) in string representation
  *
- *  This is a path as generated by `MC_record_stack_to_string()`.
+ *  This is using the format generated by traceToString().
  */
 XBT_PUBLIC_DATA(char*) MC_record_path;