X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e25358c2182b71a87fcd4628c4b614826d9dd30..1692f2d57cbdd2bfffcba9481b96fb58fec34016:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index 63a08d0a8a..624b34bd30 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -21,7 +21,8 @@ public: double next_occuring_event(double now) override; void update_actions_state(double now, double delta) override; - LinkImpl* create_link(const std::string& name, double bw, double lat, s4u::Link::SharingPolicy policy) override; + LinkImpl* create_link(const std::string& name, const std::vector& bws, double lat, + s4u::Link::SharingPolicy policy) override; }; class NetworkConstantAction : public NetworkAction {