Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
windows: also allow internal includes to the lib
[simgrid.git] / src / surf / network_ns3.hpp
index 7ed353a..f8e3e3c 100644 (file)
@@ -52,6 +52,7 @@ public:
   void suspend() override;
   void resume() override;
   std::list<LinkImpl*> links() override;
+  void updateRemainingLazy(double now) override;
 
   // private:
   double lastSent_ = 0;