X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4444a3bbc7667dbfc59bb8e7fcf9163e3e9649df..8ab69237cb52b48a85bb047341892642cbebc20b:/src/surf/network_wifi.hpp diff --git a/src/surf/network_wifi.hpp b/src/surf/network_wifi.hpp index 867045c3b8..15cb856621 100644 --- a/src/surf/network_wifi.hpp +++ b/src/surf/network_wifi.hpp @@ -42,8 +42,7 @@ class NetworkWifiLink : public LinkImpl { std::vector decay_bandwidths_; public: - NetworkWifiLink(NetworkCm02Model* model, const std::string& name, std::vector bandwidths, - lmm::System* system); + NetworkWifiLink(const std::string& name, std::vector bandwidths, lmm::System* system); void set_host_rate(const s4u::Host* host, int rate_level); /** @brief Get the AP rate associated to the host (or -1 if not associated to the AP) */