Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename model_checker->get_remote_simulation() into model_checker->get_remote_process()
[simgrid.git] / src / mc / ModelChecker.hpp
index 0bd231a..a01e78c 100644 (file)
@@ -36,7 +36,7 @@ public:
   ModelChecker& operator=(ModelChecker const&) = delete;
   explicit ModelChecker(std::unique_ptr<RemoteProcess> remote_simulation, int sockfd);
 
-  RemoteProcess& get_remote_simulation() { return *remote_process_; }
+  RemoteProcess& get_remote_process() { return *remote_process_; }
   Channel& channel() { return checker_side_.get_channel(); }
   PageStore& page_store() { return page_store_; }