X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab0bf820128e74dc5e7d9e6413b88bca2621a34e..126597feb03d318d3d70a351ae0adff9bab8f59c:/src/mc/ChunkedData.hpp diff --git a/src/mc/ChunkedData.hpp b/src/mc/ChunkedData.hpp index 20711dff26..706c749fb6 100644 --- a/src/mc/ChunkedData.hpp +++ b/src/mc/ChunkedData.hpp @@ -14,7 +14,6 @@ #include #include "src/mc/mc_forward.hpp" -#include "src/mc/AddressSpace.hpp" #include "src/mc/PageStore.hpp" namespace simgrid { @@ -83,7 +82,7 @@ public: } ChunkedData(PageStore& store, AddressSpace& as, - remote_ptr addr, std::size_t page_count, + RemotePtr addr, std::size_t page_count, const std::size_t* ref_page_numbers, const std::uint64_t* pagemap); };