X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4e62e76d104a17f0c9aaf9135ac605e9c8c87141..39f579ce40d3bd04d9f64a7914b07d1ec3334e4b:/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; };