Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
[simgrid.git] / src / mc / VisitedState.cpp
index ac9e191..3902d91 100644 (file)
@@ -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)
 {