X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c625987dc6cec4a0d4c7e1c05aba5cffcf977d1a..c7ef2b0424fb2c96b9d49f50dc225767e65a27de:/src/mc/AddressSpace.hpp diff --git a/src/mc/AddressSpace.hpp b/src/mc/AddressSpace.hpp index fd136eb158..e9d152c484 100644 --- a/src/mc/AddressSpace.hpp +++ b/src/mc/AddressSpace.hpp @@ -87,14 +87,14 @@ private: RemoteProcess* remote_process_; public: - explicit AddressSpace(RemoteProcess* remote_simulation) : remote_process_(remote_simulation) {} + explicit AddressSpace(RemoteProcess* process) : remote_process_(process) {} virtual ~AddressSpace() = default; /** The process of this address space * * This is where we can get debug information, memory layout, etc. */ - simgrid::mc::RemoteProcess* get_remote_simulation() const { return remote_process_; } + simgrid::mc::RemoteProcess* get_remote_process() const { return remote_process_; } /** Read data from the address space *