wrench::HostHasTurnedOnMessage

class HostHasTurnedOnMessage : public wrench::HostStateChangeDetectorMessage

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

Public Functions

explicit HostHasTurnedOnMessage(std::string hostname)

Constructor.

Parameters

hostname – the name of the host that has turned on

Public Members

std::string hostname

The name of the host that has tuned on.