Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move version.h from src/simgrid to include/simgrid
[simgrid.git] / src / surf / network_wifi.hpp
index a1cd907..c84527b 100644 (file)
@@ -19,7 +19,7 @@ namespace simgrid {
 namespace kernel {
 namespace resource {
 
-class NetworkWifiLink : public NetworkCm02Link {
+class NetworkWifiLink : public LinkImpl {
   /** @brief Hold every rates association between host and links (host name, rates id) */
   std::map<xbt::string, int> host_rates_;