X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/796c472929f78dd5131c885d544579d4a6bdc425..3be0396ca83e510e42adc8e3eb12f4befb2f1fff:/src/surf/network_ns3.hpp diff --git a/src/surf/network_ns3.hpp b/src/surf/network_ns3.hpp index a0328a27f4..9e820fc3a2 100644 --- a/src/surf/network_ns3.hpp +++ b/src/surf/network_ns3.hpp @@ -19,7 +19,7 @@ public: ~NetworkNS3Model() override; StandardLinkImpl* create_link(const std::string& name, const std::vector& bandwidth) override; StandardLinkImpl* create_wifi_link(const std::string& name, const std::vector& bandwidth) override; - Action* communicate(s4u::Host* src, s4u::Host* dst, double size, double rate) override; + Action* communicate(s4u::Host* src, s4u::Host* dst, double size, double rate, bool streamed) override; double next_occurring_event(double now) override; bool next_occurring_event_is_idempotent() override { return false; } void update_actions_state(double now, double delta) override;