]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/sosp/Region.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Namespace s4u:: is implicit.
[simgrid.git] / src / mc / sosp / Region.hpp
index 0131713643b40939eaab43cce437cf4baa03cb1e..62d13c3f1a4d211f45955aa1980b15e3ace56703 100644 (file)
@@ -60,7 +60,7 @@ public:
   bool contain(RemotePtr<void> p) const { return p >= start() && p < end(); }
 
   /** @brief Restore a region from a snapshot */
-  void restore();
+  void restore() const;
 
   /** @brief Read memory that was snapshotted in this region
    *