X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b8f538a38613e833acaf7366f7dcf84526f23a2..db93bfcc458411f563c4cb4569a6ef26e6f710e8:/src/mc/sosp/Snapshot.hpp diff --git a/src/mc/sosp/Snapshot.hpp b/src/mc/sosp/Snapshot.hpp index d584bdf3ce..6fde410c71 100644 --- a/src/mc/sosp/Snapshot.hpp +++ b/src/mc/sosp/Snapshot.hpp @@ -90,9 +90,10 @@ public: std::vector ignored_data_; private: - void add_region(RegionType type, ObjectInformation* object_info, void* start_addr, std::size_t size); - void snapshot_regions(RemoteProcessMemory& process_memory); - void snapshot_stacks(RemoteProcessMemory& process_memory); + void add_region(RegionType type, RemoteProcessMemory& memory, ObjectInformation* object_info, void* start_addr, + std::size_t size); + void snapshot_regions(RemoteProcessMemory& memory); + void snapshot_stacks(RemoteProcessMemory& memory); void handle_ignore(); void ignore_restore() const; hash_type do_hash() const;