X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/76e8bf7e84d35a0d3442f7f1e9ba5927db1d4fb5..1ebb8e111d904fea559e48ec193c1f7c5dee2245:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index 79103fdc16..e0cb0807ed 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -160,6 +160,8 @@ public: Metric latency_ = {1.0, 0, nullptr}; Metric bandwidth_ = {1.0, 0, nullptr}; + /** @brief A link can have several bandwith attach to it (mostly use by wifi model) */ + std::vector bandwidths_; }; /**********