]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: signal: signal_unregister() removes every handlers
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 20 Nov 2018 16:36:52 +0000 (17:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2018 10:42:51 +0000 (11:42 +0100)
commit31a1c1d5e76a9eba8be6ca7e418b9640541e5bfc
treec16177ceb9ad4c35e49438c62a876d47c465f931
parentdb6bdfbf684e3f25f3bd0895038c41877d89480f
MEDIUM: signal: signal_unregister() removes every handlers

The new function signal_unregister() removes every handlers assigned to
a signal. Once the handler list of the signal is empty, the signal is
ignored with SIG_IGN.
include/proto/signal.h
src/signal.c