X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/53dd673a07059d04f7ee5c280470958856fdf8d8..9a696a7603f2d24e7f7e00f599362f0cc0620382:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index d51eda4540..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); @@ -110,9 +112,7 @@ public: }} // namespace simgrid::s4u extern int MSG_HOST_LEVEL; -extern int SD_HOST_LEVEL; extern int SIMIX_HOST_LEVEL; -extern int ROUTING_HOST_LEVEL; extern int USER_HOST_LEVEL; #endif /* SIMGRID_S4U_HOST_HPP */