X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/09abefeb928cd7ea4679407a6b4387d4f75beaa9..c625987dc6cec4a0d4c7e1c05aba5cffcf977d1a:/src/mc/ModelChecker.hpp diff --git a/src/mc/ModelChecker.hpp b/src/mc/ModelChecker.hpp index aade1c288b..0bd231afc0 100644 --- a/src/mc/ModelChecker.hpp +++ b/src/mc/ModelChecker.hpp @@ -38,10 +38,7 @@ public: RemoteProcess& get_remote_simulation() { return *remote_process_; } Channel& channel() { return checker_side_.get_channel(); } - PageStore& page_store() - { - return page_store_; - } + PageStore& page_store() { return page_store_; } xbt::string const& get_host_name(const char* hostname) { @@ -50,7 +47,7 @@ public: void start(); void shutdown(); - void resume(simgrid::mc::RemoteProcess& get_remote_simulation); + void resume(simgrid::mc::RemoteProcess& process); void wait_for_requests(); void handle_simcall(Transition const& transition);