]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: signal: don't pass the signal number anymore as the wakeup reason
authorWilly Tarreau <w@1wt.eu>
Thu, 26 Jul 2018 14:11:33 +0000 (16:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Jul 2018 14:12:48 +0000 (16:12 +0200)
commitad8bd2467c017965a21f12e6eb9118272a7f0293
treed985ae948eb135018e95613b8c6c6d3533ebbb73
parentc4aac9effe37c154add79e8acf31a74736e32522
MINOR: signal: don't pass the signal number anymore as the wakeup reason

This is never used and would even be wrong since the reasons are ORed
so two signals would be turned into a third value, just like if any
other reason was used at the same time.
src/signal.c