Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a WifiLink::get_host_count() function that is needed by the wifi energy model
[simgrid.git] / src / surf / network_wifi.hpp
index 08699dc..8ef62e8 100644 (file)
@@ -55,6 +55,7 @@ public:
   void set_latency(double) override { THROW_UNIMPLEMENTED; }
   void refresh_decay_bandwidths();
   bool toggle_decay_model();
+  int get_host_count();
 };
 
 class NetworkWifiAction : public NetworkCm02Action {