X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dcf29959ccd236a4c965febd184934808c48dc4c..76d4849864c227687e17bdd93c5b1338e9b4cb50:/include/simgrid/kernel/routing/WifiZone.hpp?ds=sidebyside diff --git a/include/simgrid/kernel/routing/WifiZone.hpp b/include/simgrid/kernel/routing/WifiZone.hpp index 830779a793..e8d221465e 100644 --- a/include/simgrid/kernel/routing/WifiZone.hpp +++ b/include/simgrid/kernel/routing/WifiZone.hpp @@ -19,7 +19,7 @@ namespace routing { * That link is used for all communications within the zone. */ class XBT_PRIVATE WifiZone : public RoutedZone { - resource::LinkImpl* wifi_link_ = nullptr; // Representing the air media (there is no such thing in NS-3) + resource::StandardLinkImpl* wifi_link_ = nullptr; // Representing the air media (there is no such thing in NS-3) NetPoint* access_point_ = nullptr; // Zone's gateway to the external world void do_seal() override;