]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/AddressSpace.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deal with MSG and Java too
[simgrid.git] / src / mc / AddressSpace.hpp
index fd136eb158f86f8369b889efb49ead43a0882e46..e9d152c4847aa8cd60308ccd9e945a326738a688 100644 (file)
@@ -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
    *