Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
untangle resource::state (ON/OFF) and VM::state (STARTED/MIGRATING/etc)
[simgrid.git] / include / simgrid / Host.hpp
index fb2a509..3e82229 100644 (file)
@@ -40,7 +40,8 @@ public:
   simgrid::xbt::string const& getName() const { return name_; }
   void on();
   void off();
-  e_surf_resource_state_t getState();
+  bool isOn();
+  bool isOff();
   xbt_dict_t getProperties();
   xbt_swag_t getProcessList();
   double getCurrentPowerPeak();