Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added formatting to the debug output of maxmin bench, in order to enable comparison.
[simgrid.git] / src / mc / Process.hpp
index 2f51240..8780e3c 100644 (file)
@@ -75,7 +75,7 @@ public:
   // Read memory:
   const void* read_bytes(void* buffer, std::size_t size,
     remote_ptr<void> address, int process_index = ProcessIndexAny,
-    ReadMode mode = Normal) const override;
+    ReadOptions options = ReadOptions::none()) const override;
   void read_variable(const char* name, void* target, size_t size) const;
   template<class T>
   T read_variable(const char *name) const