Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a way to set a property on s4u::Host
[simgrid.git] / include / simgrid / s4u / host.hpp
index 2e5144a..04ce05e 100644 (file)
@@ -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);