X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e1c4dcf63a54d957507006ee3edbfbb6368a27df..2ba7f668dc4e201a327ec99cd07ecef4370f6407:/src/surf/network_wifi.cpp diff --git a/src/surf/network_wifi.cpp b/src/surf/network_wifi.cpp index 50529b3ae4..10eb70b3ee 100644 --- a/src/surf/network_wifi.cpp +++ b/src/surf/network_wifi.cpp @@ -19,13 +19,12 @@ namespace resource { NetworkWifiLink::NetworkWifiLink(NetworkCm02Model* model, const std::string& name, std::vector bandwidths, lmm::System* system) - : NetworkCm02Link(model, name, 1 / sg_bandwidth_factor, 0, s4u::Link::SharingPolicy::WIFI, system) -// : LinkImpl(model, name, system->constraint_new(this, 1)) + : LinkImpl(model, name, system->constraint_new(this, 1)) { for (auto bandwidth : bandwidths) bandwidths_.push_back({bandwidth, 1.0, nullptr}); - // simgrid::s4u::Link::on_creation(this->piface_); + simgrid::s4u::Link::on_creation(this->piface_); } void NetworkWifiLink::set_host_rate(s4u::Host* host, int rate_level)