X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a96adb51dabc0c759af11e60c770355f22a54ef3..2d75d1cbec1f1390f086522ccc8a0b3a4e645d89:/src/mc/mc_record.hpp diff --git a/src/mc/mc_record.hpp b/src/mc/mc_record.hpp index 2b7bfffc9a..c9cb09473d 100644 --- a/src/mc/mc_record.hpp +++ b/src/mc/mc_record.hpp @@ -34,8 +34,7 @@ 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); } }