X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b6fc7c2d23e70b645eef83f2b138cc00dcd892d0..3e2e56a1ff8c65d47e0cf4e458eac56e08a2b528:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index 4c71d84d02..c84b48fc12 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -119,7 +119,7 @@ namespace simgrid { * @return The new bandwidth. */ virtual double bandwidthConstraint(double rate, double bound, double size); - double next_occuring_event_full(double now) override; + double nextOccuringEventFull(double now) override; }; /************