wrench::HostHasTurnedOffMessage

class wrench::HostHasTurnedOffMessage : public wrench::HostStateChangeDetectorMessage

A message sent by the HostStateChangeDetector to notify some listener that a host has turned off.

Public Functions

explicit HostHasTurnedOffMessage(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.