X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0450cc3993fd6914ee4c9c47ee8261a250b58cd7..6260d187764dc644d699e1a53454f7efdcc682df:/src/mc/sosp/RemoteProcessMemory.cpp diff --git a/src/mc/sosp/RemoteProcessMemory.cpp b/src/mc/sosp/RemoteProcessMemory.cpp index 0051ddfa42..18093b32a3 100644 --- a/src/mc/sosp/RemoteProcessMemory.cpp +++ b/src/mc/sosp/RemoteProcessMemory.cpp @@ -106,9 +106,7 @@ int open_vm(pid_t pid, int flags) // ***** RemoteProcessMemory -RemoteProcessMemory::RemoteProcessMemory(pid_t pid) : AddressSpace(this), pid_(pid), running_(true) {} - -void RemoteProcessMemory::init(xbt_mheap_t mmalloc_default_mdp) +RemoteProcessMemory::RemoteProcessMemory(pid_t pid, xbt_mheap_t mmalloc_default_mdp) : AddressSpace(this), pid_(pid) { this->heap_address = remote(mmalloc_default_mdp);