]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_replay.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] this_actor, wait_for and wait_until
[simgrid.git] / src / mc / mc_replay.h
index 8ac6454e5ecebd5634b08c86a5951065d2693b03..f9324c8f27477f39e4a493609bb7062fd3a1a68d 100644 (file)
@@ -1,5 +1,3 @@
-/* simgrid/modelchecker.h - Formal Verification made possible in SimGrid    */
-
 /* Copyright (c) 2008-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
@@ -9,13 +7,13 @@
 #ifndef SIMGRID_MC_REPLAY_H
 #define SIMGRID_MC_REPLAY_H
 
-#include <xbt/misc.h>
+#include <xbt/base.h>
 
 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;