Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove redundant variable.
[simgrid.git] / src / mc / mc_replay.hpp
index 8be9099..eb50e3f 100644 (file)
@@ -9,11 +9,13 @@
 #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()