Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yet another callbacks
[simgrid.git] / include / simgrid / s4u / Host.hpp
index d2d2cbf..0a3c3c9 100644 (file)
@@ -90,6 +90,7 @@ public:
   bool isOff() { return not isOn(); }
 
   double getSpeed();
   bool isOff() { return not isOn(); }
 
   double getSpeed();
+  double get_available_speed();
   int getCoreCount();
   std::map<std::string, std::string>* getProperties();
   const char* getProperty(const char* key);
   int getCoreCount();
   std::map<std::string, std::string>* getProperties();
   const char* getProperty(const char* key);