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

Public GIT Repository
fix save src/dst
[simgrid.git] / src / mc / inspect / mc_unw.hpp
index 2f0bd18a20c3cdc4444cdbc9ec48f479a1099d1a..d94c171afc4628d764b122b7bb5f2d7a5b081d88 100644 (file)
@@ -44,11 +44,11 @@ namespace mc {
 
 class UnwindContext {
   simgrid::mc::AddressSpace* address_space_ = nullptr;
-  simgrid::mc::RemoteClientMemory* process_ = nullptr;
+  simgrid::mc::RemoteSimulation* process_   = nullptr;
   unw_context_t unwind_context_;
 
 public:
-  void initialize(simgrid::mc::RemoteClientMemory* process, unw_context_t* c);
+  void initialize(simgrid::mc::RemoteSimulation* process, unw_context_t* c);
   unw_cursor_t cursor();
 
 private: // Methods and virtual table for libunwind