Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a RemotePtr<> for RemoteProcess::heap_address.
[simgrid.git] / src / mc / remote / RemoteProcess.hpp
index 75a9bbafe266c135173cd80982859f25737f38b9..eda86d983f4dc9df0bc214e8ff1efbe7365b50cb 100644 (file)
@@ -246,7 +246,7 @@ private:
 
 public:
   /** Address of the heap structure in the MCed process. */
-  xbt_mheap_t heap_address;
+  RemotePtr<s_xbt_mheap_t> heap_address;
 
   /** Copy of the heap structure of the process
    *