X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..721f772404050467d44326bf520ff0a315bd079e:/src/mc/sosp/ChunkedData.hpp diff --git a/src/mc/sosp/ChunkedData.hpp b/src/mc/sosp/ChunkedData.hpp index da5854efa8..ac4e24a7d8 100644 --- a/src/mc/sosp/ChunkedData.hpp +++ b/src/mc/sosp/ChunkedData.hpp @@ -6,13 +6,10 @@ #ifndef SIMGRID_MC_CHUNKED_DATA_HPP #define SIMGRID_MC_CHUNKED_DATA_HPP -#include -#include - -#include #include #include "src/mc/mc_forward.hpp" +#include "src/mc/remote/RemotePtr.hpp" #include "src/mc/sosp/PageStore.hpp" namespace simgrid { @@ -22,7 +19,7 @@ namespace mc { * * In order to save memory when taking memory snapshots, a given byte-string * is split in fixed-size chunks. Identical chunks (either from the same - * snapshot or more probably from different snpashots) share the same memory + * snapshot or more probably from different snapshots) share the same memory * storage. * * Thus a chunked is represented as a sequence of indices of each chunk.