X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/de62932f9d5da482482ebfd0c41f74a97d0cb4dc..71cecd7bcda32076656fc615784a1146c910b6b5:/src/surf/network_ns3.hpp diff --git a/src/surf/network_ns3.hpp b/src/surf/network_ns3.hpp index c894aa424f..0660b01810 100644 --- a/src/surf/network_ns3.hpp +++ b/src/surf/network_ns3.hpp @@ -22,8 +22,8 @@ public: Link* createLink(const char *name, double bandwidth, double latency, e_surf_link_sharing_policy_t policy, xbt_dict_t properties) override; Action *communicate(kernel::routing::NetCard *src, kernel::routing::NetCard *dst, double size, double rate); - double next_occuring_event(double now) override; - bool next_occuring_event_isIdempotent() {return false;} + double nextOccuringEvent(double now) override; + bool nextOccuringEventIsIdempotent() {return false;} void updateActionsState(double now, double delta) override; };