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

Public GIT Repository
kill the RegionSparse subclass now that there is no alternative
[simgrid.git] / src / mc / sosp / ChunkedData.cpp
index 2d5979963a596d38a00e0ec0e64796c52a89e5e4..808fc60501f7ca5ca047657e8dda04c6e86c4ef2 100644 (file)
@@ -34,7 +34,7 @@ ChunkedData::ChunkedData(PageStore& store, AddressSpace& as, RemotePtr<void> add
        - move the segments in shared memory (this will break `fork` however)
     */
 
-    as.read_bytes(buffer.data(), xbt_pagesize, page, simgrid::mc::ProcessIndexDisabled);
+    as.read_bytes(buffer.data(), xbt_pagesize, page);
 
     pagenos_[i] = store_->store_page(buffer.data());
   }