X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0d9dcbe52b4b8a3cb6125c07c2acd7af1e2f382..b7630a950a6b865fcc195c58e39e6c3cfa550ccb:/include/simgrid/Host.hpp diff --git a/include/simgrid/Host.hpp b/include/simgrid/Host.hpp index 0460df64c1..fb2a5090f7 100644 --- a/include/simgrid/Host.hpp +++ b/include/simgrid/Host.hpp @@ -40,6 +40,7 @@ public: simgrid::xbt::string const& getName() const { return name_; } void on(); void off(); + e_surf_resource_state_t getState(); xbt_dict_t getProperties(); xbt_swag_t getProcessList(); double getCurrentPowerPeak();