]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: startup: unify signal init between daemon and mworker mode
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 11 Sep 2018 08:06:23 +0000 (10:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Sep 2018 08:21:58 +0000 (10:21 +0200)
commitd3801c1c2154a8229c5ea32e7575bc79d1c4c3ed
tree2a6425099a8e56e8be3757c19212883d29c39353
parent242aae96c7ce0e98bfbf9f436bbf2c1dbb88467e
MEDIUM: startup: unify signal init between daemon and mworker mode

The signals are now unblocked only once the configuration have been
parsed.
include/proto/signal.h
src/haproxy.c
src/signal.c