]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/kernel/routing/WifiZone.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yet another bunch of int -> unsigned long
[simgrid.git] / include / simgrid / kernel / routing / WifiZone.hpp
index 381a7ba5cbaabdcc00f28daa73e9ef95e6d56e11..830779a7930782febf13e35ba66c8f1d6d8b62f3 100644 (file)
@@ -29,9 +29,8 @@ public:
   WifiZone(const WifiZone&) = delete;
   WifiZone& operator=(const WifiZone) = delete;
 
-  void get_local_route(NetPoint* src, NetPoint* dst, RouteCreationArgs* into, double* latency) override;
-  s4u::Link* create_link(const std::string& name, const std::vector<double>& bandwidths,
-                         s4u::Link::SharingPolicy policy) override;
+  void get_local_route(const NetPoint* src, const NetPoint* dst, Route* into, double* latency) override;
+  s4u::Link* create_link(const std::string& name, const std::vector<double>& bandwidths) override;
   NetPoint* get_access_point() const { return access_point_; }
 };
 } // namespace routing