X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b83ad9c88af4715987015ddc91ac93ad749df428..bcb5cde966bef9e174da1c93cdb2158c0880a613:/src/mc/RegionSnapshot.hpp diff --git a/src/mc/RegionSnapshot.hpp b/src/mc/RegionSnapshot.hpp index e9339f77e8..baa41dd374 100644 --- a/src/mc/RegionSnapshot.hpp +++ b/src/mc/RegionSnapshot.hpp @@ -13,7 +13,7 @@ #include #include -#include +#include "xbt/base.h" #include "src/mc/AddressSpace.hpp" #include "src/mc/ChunkedData.hpp" @@ -101,7 +101,7 @@ public: * * sparse/per-page snapshots are snaapshots which shared * identical pages. * - * * privatized (SMPI global variable privatisation). + * * privatized (SMPI global variable privatization). * * This is handled with a variant based approach: * @@ -210,7 +210,7 @@ public: page_numbers_.clear(); privatized_regions_.clear(); } - + void flat_data(Buffer data) { storage_type_ = StorageType::Flat;