X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d49178883384c7161cdcb8b79ea74cc173e5114..7b4766bf670b8042a39700c3f27e61b82db3d6cd:/src/mc/Session.hpp diff --git a/src/mc/Session.hpp b/src/mc/Session.hpp index 8185115521..16294c87c4 100644 --- a/src/mc/Session.hpp +++ b/src/mc/Session.hpp @@ -8,12 +8,12 @@ #include "simgrid/forward.h" #include "src/mc/ModelChecker.hpp" +#include "src/mc/api/ActorState.hpp" #include "src/mc/remote/RemotePtr.hpp" #include -namespace simgrid { -namespace mc { +namespace simgrid::mc { /** A model-checking session * @@ -53,12 +53,8 @@ public: void log_state() const; - bool actor_is_enabled(aid_t pid) const; + void get_actors_status(std::map& whereto); }; - -// Temporary :) -extern simgrid::mc::Session* session_singleton; -} -} +} // namespace simgrid::mc #endif