X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fb292d7e99020dc305b845e0a2284a9d811a4b2..cce6ab4f4fb2bbc73b9d440c72ded7eb9be95f3d:/include/simgrid/kernel/routing/WifiZone.hpp diff --git a/include/simgrid/kernel/routing/WifiZone.hpp b/include/simgrid/kernel/routing/WifiZone.hpp index da6027d959..adc05ed2f9 100644 --- a/include/simgrid/kernel/routing/WifiZone.hpp +++ b/include/simgrid/kernel/routing/WifiZone.hpp @@ -30,6 +30,7 @@ public: s4u::Link* create_link(const std::string& name, const std::vector& bandwidths, double latency, s4u::Link::SharingPolicy policy, const std::unordered_map* props) override; + NetPoint* get_access_point() {return access_point_;} private: resource::LinkImpl* wifi_link_ = nullptr; // Representing the air media (there is no such thing in NS-3)