X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ff3ef77d2ef796e7e5e8c384672f3057997cec4b..d5e80f361a8e20f8080faabf65bb2021c46f6656:/include/simgrid/s4u/Host.hpp?ds=sidebyside diff --git a/include/simgrid/s4u/Host.hpp b/include/simgrid/s4u/Host.hpp index d2d2cbf9d2..0a3c3c94a7 100644 --- a/include/simgrid/s4u/Host.hpp +++ b/include/simgrid/s4u/Host.hpp @@ -90,6 +90,7 @@ public: bool isOff() { return not isOn(); } double getSpeed(); + double get_available_speed(); int getCoreCount(); std::map* getProperties(); const char* getProperty(const char* key);