]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: proxy: Use .disabled field as a bitfield as documented
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 30 Sep 2021 16:11:54 +0000 (18:11 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Oct 2021 12:12:19 +0000 (14:12 +0200)
commit647a61cc4b167bc394a38f7f3fa7d2a176b90729
tree462c773bbe64db23c5be552d38eba9e7a11164c5
parent2468c2176ca5da17154315036a923e3b8f0bc23c
BUG/MINOR: proxy: Use .disabled field as a bitfield as documented

.disabled field in the proxy structure is documented to be a bitfield. So
use it as a bitfield. This change was introduced to the 2.5, by commit
8e765b86f ("MINOR: proxy: disabled takes a stopping and a disabled state").

No backport is needed except if the above commit is backported.
src/cfgparse-listen.c
src/cfgparse.c
src/mworker.c
src/proxy.c