Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics around surf::Resouce::apply_event()
[simgrid.git] / src / surf / network_ns3.hpp
index 4afc93d..716dc4c 100644 (file)
@@ -68,7 +68,7 @@ public:
                double bw_initial, double lat_initial);
   ~NetworkNS3Link();
 
                double bw_initial, double lat_initial);
   ~NetworkNS3Link();
 
-  void apply_event(tmgr_trace_iterator_t event_type, double value) override;
+  void apply_event(tmgr_trace_iterator_t event, double value) override;
   void updateBandwidth(double value) override {THROW_UNIMPLEMENTED;}
   void updateLatency(double value) override {THROW_UNIMPLEMENTED;}
 
   void updateBandwidth(double value) override {THROW_UNIMPLEMENTED;}
   void updateLatency(double value) override {THROW_UNIMPLEMENTED;}