X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3a89d1270ac52ac73083de04d2e23bfaae2c9a5..9a696a7603f2d24e7f7e00f599362f0cc0620382:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index 2e5144a0ca..04ce05eb24 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -70,6 +70,8 @@ public: double speed(); int core_count(); xbt_dict_t properties(); + const char*property(const char*key); + void setProperty(const char*key, const char *value); xbt_swag_t processes(); double currentPowerPeak(); double powerPeakAt(int pstate_index);