Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move update_remains_lazy to the pimpl (as for CPUs)
[simgrid.git] / src / kernel / resource / DiskImpl.hpp
index 1c4d1ce..b55a6a3 100644 (file)
@@ -123,6 +123,7 @@ public:
 
   using Action::Action;
   void set_state(simgrid::kernel::resource::Action::State state) override;
+  void update_remains_lazy(double now) override;
 };
 
 } // namespace simgrid::kernel::resource