X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e18343e660ecb139486dc01dc34d6081900e828a..6f5199d14e3f1b6505d3e264257bfe64bd991ca7:/src/mc/mc_replay.hpp diff --git a/src/mc/mc_replay.hpp b/src/mc/mc_replay.hpp index 8be909989e..eb50e3f1d4 100644 --- a/src/mc/mc_replay.hpp +++ b/src/mc/mc_replay.hpp @@ -9,11 +9,13 @@ #include "xbt/base.h" #include +#include "src/mc/mc_config.hpp" + /** Replay path (if any) in string representation * * This is using the format generated by traceToString(). */ -XBT_PUBLIC_DATA std::string MC_record_path; +#define MC_record_path (_sg_mc_record_path.get()) /** Whether the replay mode is enabled */ static inline int MC_record_replay_is_active()