Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
correct computation time after changing pstate. Fix issue #95
[simgrid.git] / src / mc / inspect / mc_unw.hpp
index 4dc94d66252cc3055b1b846107eecbba7e60d491..462486a3f628015bfa83b0ace49ea6e6e62525f4 100644 (file)
@@ -44,11 +44,11 @@ namespace mc {
 
 class UnwindContext {
   simgrid::mc::AddressSpace* address_space_ = nullptr;
-  simgrid::mc::RemoteSimulation* process_   = nullptr;
+  simgrid::mc::RemoteProcess* process_      = nullptr;
   unw_context_t unwind_context_             = {};
 
 public:
-  void initialize(simgrid::mc::RemoteSimulation* process, unw_context_t* c);
+  void initialize(simgrid::mc::RemoteProcess* process, unw_context_t* c);
   unw_cursor_t cursor();
 
 private: // Methods and virtual table for libunwind