Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
snake_case another method
[simgrid.git] / src / surf / network_constant.hpp
index f12715b..0336b1e 100644 (file)
@@ -42,6 +42,7 @@ namespace simgrid {
       NetworkConstantAction(NetworkConstantModel *model_, double size, double latency);
       ~NetworkConstantAction();
       double initialLatency_;
+      void update_remains_lazy(double now) override;
     };
 
   }