#include <utils/system/signal.h>
Interface for signal handling. Derive this class and implement handle_signal() to handle signals. The handler must then be registered via SignalManager::register_handler(). From then on handle_signal() is called if the desired signal has been received.
Definition at line 43 of file signal.h.
◆ ~SignalHandler()
fawkes::SignalHandler::~SignalHandler |
( |
| ) |
|
|
inlinevirtual |
Virtual destructor.
Definition at line 55 of file signal.h.
◆ handle_signal()
void fawkes::SignalHandler::handle_signal |
( |
int |
signum | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: