X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c5bc1925ed8daa3274f4c6ddefbbe0e7ecf6a06..515cd2622ad1000f5f3ba58ecfaf488ac922b963:/src/mc/VisitedState.cpp?ds=sidebyside diff --git a/src/mc/VisitedState.cpp b/src/mc/VisitedState.cpp index ac9e1919d0..3902d911a5 100644 --- a/src/mc/VisitedState.cpp +++ b/src/mc/VisitedState.cpp @@ -19,7 +19,7 @@ namespace simgrid::mc { /** @brief Save the current state */ VisitedState::VisitedState(unsigned long state_number, unsigned int actor_count, RemoteApp& remote_app) - : heap_bytes_used_(remote_app.get_remote_process().get_remote_heap_bytes()) + : heap_bytes_used_(remote_app.get_remote_process_memory().get_remote_heap_bytes()) , actor_count_(actor_count) , num_(state_number) {