X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6af348b861fc72e45173e89c5f9540cefb6ee252..a4b0c4ab9d54f75705f6d8b6c14b2f52a1245ea2:/src/mc/mc_replay.hpp diff --git a/src/mc/mc_replay.hpp b/src/mc/mc_replay.hpp index 813d138b89..eb50e3f1d4 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-2018. 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. */ @@ -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()