X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a9442180e9103da547f06d6a5d826cb4c9af3627..2d3663e664ee25ef5db2b09e3a0340b8ac21ec60:/src/mc/sosp/Snapshot.hpp diff --git a/src/mc/sosp/Snapshot.hpp b/src/mc/sosp/Snapshot.hpp index 674108460b..92ea945340 100644 --- a/src/mc/sosp/Snapshot.hpp +++ b/src/mc/sosp/Snapshot.hpp @@ -66,7 +66,7 @@ public: /* Regular use */ bool on_heap(const void* address) const { - const xbt_mheap_t heap = process()->get_heap(); + const mdesc* heap = process()->get_heap(); return address >= heap->heapbase && address < heap->breakval; }