MPD
0.20.18
|
Go to the source code of this file.
Typedefs | |
typedef BoundMethod< void()> | SignalHandler |
Functions | |
void | SignalMonitorInit (EventLoop &loop) |
Initialise the signal monitor subsystem. More... | |
void | SignalMonitorFinish () |
Deinitialise the signal monitor subsystem. More... | |
void | SignalMonitorRegister (int signo, SignalHandler handler) |
Register a handler for the specified signal. More... | |
typedef BoundMethod<void()> SignalHandler |
Definition at line 25 of file SignalMonitor.hxx.
void SignalMonitorFinish | ( | ) |
Deinitialise the signal monitor subsystem.
void SignalMonitorInit | ( | EventLoop & | loop | ) |
Initialise the signal monitor subsystem.
void SignalMonitorRegister | ( | int | signo, |
SignalHandler | handler | ||
) |
Register a handler for the specified signal.
The handler will be invoked in a safe context.