mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
signals: add more default signals
This commit is contained in:
parent
77cdc67bf1
commit
43be792f03
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ int signalsInit(void (*cb)(int signal, siginfo_t *sinfo, void *ctx), std::list<i
|
|||
sigemptyset(&sa_cb.sa_mask);
|
||||
sigemptyset(&sa_ign.sa_mask);
|
||||
|
||||
cbSignals.insert(cbSignals.begin(), { SIGINT, SIGTERM, SIGUSR1, SIGALRM });
|
||||
cbSignals.insert(cbSignals.begin(), { SIGINT, SIGTERM, SIGUSR1, SIGUSR2, SIGALRM });
|
||||
cbSignals.sort();
|
||||
cbSignals.unique();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue