X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/957da2691fc483ae05228fc6ef815af5944452af..bbe1883648093b16f04fc6b017ff745ffa22de5f:/src/surf/network_ns3.hpp diff --git a/src/surf/network_ns3.hpp b/src/surf/network_ns3.hpp index b565c976a6..0f9900c2b9 100644 --- a/src/surf/network_ns3.hpp +++ b/src/surf/network_ns3.hpp @@ -21,8 +21,8 @@ public: LinkImpl* create_link(const std::string& name, const std::vector& bandwidth, double latency, s4u::Link::SharingPolicy policy) override; Action* communicate(s4u::Host* src, s4u::Host* dst, double size, double rate) override; - double next_occuring_event(double now) override; - bool next_occuring_event_is_idempotent() override { return false; } + 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; };