Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Give the remote_process_memory to the mc::State constructor
[simgrid.git] / src / mc / inspect / mc_unw.hpp
index 148591a1542c951a206c322109e5d70a1b550d4f..7b9babbba6a9a6f5595d8de9b6a31fabedf4b8a2 100644 (file)
@@ -45,7 +45,7 @@ class UnwindContext {
   unw_context_t unwind_context_              = {};
 
 public:
-  void initialize(simgrid::mc::RemoteProcessMemory* process, unw_context_t* c);
+  void initialize(simgrid::mc::RemoteProcessMemory& process, unw_context_t* c);
   unw_cursor_t cursor();
 
 private: // Methods and virtual table for libunwind