X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebadbf7894190d4c66238842db5f8931adb7df5b..01e2c00cfea470a9ddb77a0712888969a530eccd:/src/mc/explo/UdporChecker.hpp diff --git a/src/mc/explo/UdporChecker.hpp b/src/mc/explo/UdporChecker.hpp index 069c515165..f0262003cb 100644 --- a/src/mc/explo/UdporChecker.hpp +++ b/src/mc/explo/UdporChecker.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2022. The SimGrid Team. +/* Copyright (c) 2007-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -10,19 +10,16 @@ #include "src/mc/explo/Exploration.hpp" #include "src/mc/mc_record.hpp" -namespace simgrid { -namespace mc { +namespace simgrid::mc { class XBT_PRIVATE UdporChecker : public Exploration { public: - explicit UdporChecker(Session* session); + explicit UdporChecker(const std::vector& args); void run() override; RecordTrace get_record_trace() override; std::vector get_textual_trace() override; - void log_state() override; }; -} // namespace mc -} // namespace simgrid +} // namespace simgrid::mc #endif