Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the RegionSparse subclass now that there is no alternative
[simgrid.git] / src / mc / AddressSpace.hpp
index f0b6280..760b060 100644 (file)
@@ -110,7 +110,7 @@ public:
 
   template <class T> inline void read(Remote<T>& buffer, RemotePtr<T> ptr) const
   {
-    this->read_bytes(buffer.getBuffer(), sizeof(T), ptr);
+    this->read_bytes(buffer.get_buffer(), sizeof(T), ptr);
   }
 
   /** Read a given data structure from the address space