]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener: move the nice field to the bind_conf
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jan 2023 18:32:45 +0000 (19:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Feb 2023 17:00:20 +0000 (18:00 +0100)
commit7dbd4187dc3fc370ef22e9aaf02f2b46cdd0acd5
tree7b38bc2106d251eea277e6d2e49dd9daae3205de
parentd5983cef80ddcda9bfd9a563e24355ac752bc09f
MINOR: listener: move the nice field to the bind_conf

This is another bind line setting which can move to the bind_conf.
Note that it leaves a 2-byte hole in the listener struct.
include/haproxy/listener-t.h
src/cli.c
src/listener.c
src/session.c
src/stream.c