X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab92608267358b56adf7a803480fa2ad9608ed1b..a49a03122b2def71ff741e78d15b38cd1d171184:/src/mc/mc_unw.h diff --git a/src/mc/mc_unw.h b/src/mc/mc_unw.h index 31dfb9b9da..6a6b861a17 100644 --- a/src/mc/mc_unw.h +++ b/src/mc/mc_unw.h @@ -25,13 +25,12 @@ * much here. */ -#include - -#include +#include "src/mc/mc_forward.hpp" +#include "xbt/base.h" #include - -#include "src/mc/mc_forward.hpp" +#include +#include namespace simgrid { namespace unw { @@ -47,13 +46,13 @@ namespace mc { class UnwindContext { simgrid::mc::AddressSpace* addressSpace_ = nullptr; - simgrid::mc::Process* process_ = nullptr; + simgrid::mc::RemoteClient* process_ = nullptr; unw_context_t unwindContext_; public: UnwindContext() = default; ~UnwindContext() { clear(); } - void initialize(simgrid::mc::Process* process, unw_context_t* c); + void initialize(simgrid::mc::RemoteClient* process, unw_context_t* c); void clear(); unw_cursor_t cursor();