wrench::HostHasTurnedOffMessage
-
class HostHasTurnedOffMessage : public wrench::HostStateChangeDetectorMessage
A message sent by the HostStateChangeDetector to notify some listener that a host has turned off.
Public Functions
-
explicit HostHasTurnedOffMessage(const std::string &hostname)
Constructor.
- Parameters:
hostname – the name of the host that has turned off
Public Members
-
std::string hostname
The name of the host that has tuned off.
-
explicit HostHasTurnedOffMessage(const std::string &hostname)