aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/SignalMonitor.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* event/SignalMonitor: fix build failure due to missing signal.h includeMax Kellermann2014-03-021-0/+2
|
* event/SignalMonitor: unblock signals after forkMax Kellermann2014-02-181-1/+22
| | | | Fixes hanging child process in the "pipe" output plugin.
* SignalMonitor: add SignalMonitorGetEventLoop()Max Kellermann2013-10-181-0/+8
| | | | Eliminate the global variable "shutdown_loop".
* event/SignalMonitor: use signalfd() if availableMax Kellermann2013-08-071-1/+72
|
* SignalHandlers: move code to new class SignalMonitorMax Kellermann2013-08-071-0/+133