]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/resource/WifiLinkImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move FactorSet from smpi::utils to kernel::resource
[simgrid.git] / src / kernel / resource / WifiLinkImpl.hpp
index ff861dbf412e6bd76d41f7e8735b569ca8f404d9..a8755660defd69e6b4bbb94fe5a0c81e4ccb254f 100644 (file)
@@ -61,7 +61,7 @@ public:
   void inc_active_flux();
   void dec_active_flux();
   static double wifi_link_dynamic_sharing(const WifiLinkImpl& link, double capacity, int n);
-  double get_max_ratio(int) const;
+  double get_max_ratio() const;
   size_t get_host_count() const;
 };