X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e6a2f4d67dd98932d53dade7d9f4a01ded1401d..799a432e8ac74a0a84feb8dbf7a78a14068050b3:/src/mc/inspect/mc_unw.cpp diff --git a/src/mc/inspect/mc_unw.cpp b/src/mc/inspect/mc_unw.cpp index a51a8fb5ac..f2403ec0c6 100644 --- a/src/mc/inspect/mc_unw.cpp +++ b/src/mc/inspect/mc_unw.cpp @@ -12,7 +12,7 @@ #include "src/mc/inspect/mc_unw.hpp" #include "src/mc/inspect/Frame.hpp" -#include "src/mc/remote/RemoteClient.hpp" +#include "src/mc/remote/RemoteClientMemory.hpp" #include @@ -223,7 +223,7 @@ unw_addr_space_t UnwindContext::createUnwindAddressSpace() return unw_create_addr_space(&UnwindContext::accessors, BYTE_ORDER); } -void UnwindContext::initialize(simgrid::mc::RemoteClient* process, unw_context_t* c) +void UnwindContext::initialize(simgrid::mc::RemoteClientMemory* process, unw_context_t* c) { this->address_space_ = process; this->process_ = process;