X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3203ed1f4fb6f4617e94d5351661ba07e8b8f833..d780545ccaaae487edef9b6d293f3c61ab511fe4:/src/mc/RegionSnapshot.hpp?ds=sidebyside diff --git a/src/mc/RegionSnapshot.hpp b/src/mc/RegionSnapshot.hpp index 04c1651a58..1ece645c94 100644 --- a/src/mc/RegionSnapshot.hpp +++ b/src/mc/RegionSnapshot.hpp @@ -224,7 +224,8 @@ public: }; RegionSnapshot privatized_region( - RegionType type, void *start_addr, void* data_addr, std::size_t size); + RegionType region_type, void *start_addr, void* permanent_addr, + std::size_t size, const RegionSnapshot* ref_region); RegionSnapshot dense_region( RegionType type, void *start_addr, void* data_addr, std::size_t size); simgrid::mc::RegionSnapshot sparse_region(