]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/ChunkedData.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix MC
[simgrid.git] / src / mc / ChunkedData.hpp
index 20711dff26f0f6782bce7310a615b89e698af9e5..ae6efb13e5d0966e8373d04fdfc61f4fccc6083e 100644 (file)
@@ -14,7 +14,6 @@
 #include <vector>
 
 #include "src/mc/mc_forward.hpp"
-#include "src/mc/AddressSpace.hpp"
 #include "src/mc/PageStore.hpp"
 
 namespace simgrid {
@@ -83,8 +82,7 @@ public:
   }
 
   ChunkedData(PageStore& store, AddressSpace& as,
-    remote_ptr<void> addr, std::size_t page_count,
-    const std::size_t* ref_page_numbers, const std::uint64_t* pagemap);
+    RemotePtr<void> addr, std::size_t page_count);
 };
 
 }