X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f734ec7475682eb90323e804cbcfddd7e4523992..0e7d247670cc012d8e784d0c8bcbb70a1c0bb9c6:/src/mc/mc_record.hpp diff --git a/src/mc/mc_record.hpp b/src/mc/mc_record.hpp index 698d824819..c9cb09473d 100644 --- a/src/mc/mc_record.hpp +++ b/src/mc/mc_record.hpp @@ -34,13 +34,10 @@ XBT_PRIVATE std::string traceToString(simgrid::mc::RecordTrace const& trace); XBT_PRIVATE void dumpRecordPath(); XBT_PRIVATE void replay(RecordTrace const& trace); -XBT_PRIVATE void replay(const char* trace); - +XBT_PRIVATE void replay(std::string trace); } } -SG_BEGIN_DECL() - /** Whether the MC record mode is enabled * * The behaviour is not changed. The only real difference is that @@ -50,6 +47,4 @@ SG_BEGIN_DECL() // **** Data conversion -SG_END_DECL() - #endif