X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9dbeb2372ad9a123d0558132ebb6e003e10aa641..bae076147bfc88ce8607f15761149f42d0443585:/src/mc/RegionSnapshot.hpp?ds=sidebyside diff --git a/src/mc/RegionSnapshot.hpp b/src/mc/RegionSnapshot.hpp index 5e09e62065..e427a299f6 100644 --- a/src/mc/RegionSnapshot.hpp +++ b/src/mc/RegionSnapshot.hpp @@ -10,6 +10,8 @@ #include #include +#include + #include "PageStore.hpp" #include "AddressSpace.hpp" @@ -124,7 +126,7 @@ class RegionSnapshot { private: RegionType region_type_; StorageType storage_type_; - mc_object_info_t object_info_; + simgrid::mc::ObjectInformation* object_info_; /** @brief Virtual address of the region in the simulated process */ void *start_addr_; @@ -251,8 +253,8 @@ public: return privatized_regions_; } - mc_object_info_t object_info() const { return object_info_; } - void object_info(mc_object_info_t info) { object_info_ = info; } + simgrid::mc::ObjectInformation* object_info() const { return object_info_; } + void object_info(simgrid::mc::ObjectInformation* info) { object_info_ = info; } // Other getters