Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Extend Link interface in order to handle links with multiple bandwidths."
[simgrid.git] / src / surf / network_cm02.hpp
index f011036..cd576d6 100644 (file)
@@ -48,7 +48,7 @@ public:
   NetworkCm02Link(NetworkCm02Model* model, const std::string& name, double bandwidth, double latency,
                   s4u::Link::SharingPolicy policy, lmm::System* system);
   virtual ~NetworkCm02Link() = default;
-  void apply_event(tmgr_trace_event_t event, double value) override;
+  void apply_event(kernel::profile::Event* event, double value) override;
   void set_bandwidth(double value) override;
   void set_latency(double value) override;
 };