X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a816142ba29faddef700304e151716780d431d20..2f531aa69f09fed380e2e212df5822874aab5e58:/src/mc/mc_snapshot.h?ds=sidebyside diff --git a/src/mc/mc_snapshot.h b/src/mc/mc_snapshot.h index 239d26d6aa..165325069d 100644 --- a/src/mc/mc_snapshot.h +++ b/src/mc/mc_snapshot.h @@ -24,7 +24,7 @@ #include "ModelChecker.hpp" #include "PageStore.hpp" #include "mc_mmalloc.h" -#include "mc/AddressSpace.hpp" +#include "src/mc/AddressSpace.hpp" #include "mc_unw.h" #include "RegionSnapshot.hpp" @@ -155,7 +155,7 @@ public: // To be private int privatization_index; std::vector stack_sizes; std::vector stacks; - std::vector to_ignore; + std::vector to_ignore; std::uint64_t hash; std::vector ignored_data; std::vector current_fds; @@ -260,7 +260,7 @@ void* MC_region_read_pointer(mc_mem_region_t region, const void* addr) SG_END_DECL() XBT_PRIVATE int init_heap_information(xbt_mheap_t heap1, xbt_mheap_t heap2, - std::vector* i1, - std::vector* i2); + std::vector* i1, + std::vector* i2); #endif