Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to fix the build on centos
[simgrid.git] / src / mc / mc_replay.hpp
index 8be9099..ad36981 100644 (file)
@@ -6,14 +6,13 @@
 #ifndef SIMGRID_MC_REPLAY_H
 #define SIMGRID_MC_REPLAY_H
 
-#include "xbt/base.h"
-#include <string>
+#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()