X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5d71ff352093c45c115ab45ca55b1b91cedcd2b5..093776b9da6272771c04f848d9bd5ee28f5e06e3:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index daa5ff76c7..624b34bd30 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -21,7 +21,7 @@ public: double next_occuring_event(double now) override; void update_actions_state(double now, double delta) override; - LinkImpl* create_link(const std::string& name, std::vector bws, double lat, + LinkImpl* create_link(const std::string& name, const std::vector& bws, double lat, s4u::Link::SharingPolicy policy) override; };