X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/742074df00e1d14c35f8505924d26036b9b8cac5..9692d43fa911bdc2d6d0263a3cb3e22d5e3167fe:/src/mc/Process.hpp diff --git a/src/mc/Process.hpp b/src/mc/Process.hpp index 23d262081e..97787020e0 100644 --- a/src/mc/Process.hpp +++ b/src/mc/Process.hpp @@ -45,8 +45,8 @@ namespace mc { class SimixProcessInformation { public: /** MCed address of the process */ - RemotePtr address = nullptr; - Remote copy; + RemotePtr address = nullptr; + Remote copy; /** Hostname (owned by `mc_modelchecker->hostnames`) */ const char* hostname = nullptr; @@ -224,7 +224,7 @@ public: /** Get a local description of a remote SIMIX process */ simgrid::mc::SimixProcessInformation* resolveProcessInfo( - simgrid::mc::RemotePtr process) + simgrid::mc::RemotePtr process) { xbt_assert(mc_model_checker != nullptr); if (!process) @@ -240,7 +240,7 @@ public: } /** Get a local copy of the SIMIX process structure */ - simgrid::simix::Process* resolveProcess(simgrid::mc::RemotePtr process) + simgrid::simix::ActorImpl* resolveProcess(simgrid::mc::RemotePtr process) { simgrid::mc::SimixProcessInformation* process_info = this->resolveProcessInfo(process);