winss
|
#include <vector>
#include <queue>
#include "../control.hpp"
#include "state_file.hpp"
#include "supervise.hpp"
Go to the source code of this file.
Classes | |
class | winss::SuperviseStateListener |
A supervisor state listener which is race-condition free. More... | |
Namespaces | |
winss | |
Enumerations | |
enum | winss::SuperviseStateListenerAction { winss::NO_WAIT, winss::WAIT_UP, winss::WAIT_DOWN, winss::WAIT_FINISHED, winss::WAIT_RESTART } |
The actions which the listener can wait for. More... | |