X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a83da0dd5325af5750397b7709bc851317a976ea..b511564e7bab9872f2325db932b6e6cb8fda0610:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index 2e5144a0ca..c686b352fb 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); @@ -81,7 +83,7 @@ public: xbt_dict_t mountedStoragesAsDict(); // HACK xbt_dynar_t attachedStorages(); - /** Get an associative list [mount point]->[Storage] off all local mount points. + /** Get an associative list [mount point]->[Storage] of all local mount points. * * This is defined in the platform file, and cannot be modified programatically (yet). */