X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a3a100990355eb757dc81106b5aac6daed0b8e1..351f33cd435ca4f01717f0b8a4fe7a77ba16edbf:/src/mc/mc_replay.hpp diff --git a/src/mc/mc_replay.hpp b/src/mc/mc_replay.hpp index 813d138b89..aa82045af2 100644 --- a/src/mc/mc_replay.hpp +++ b/src/mc/mc_replay.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -6,14 +6,13 @@ #ifndef SIMGRID_MC_REPLAY_H #define SIMGRID_MC_REPLAY_H -#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()