CLEANUP: protocol: move the nb_receivers to plug a hole in protocol
authorWilly Tarreau <w@1wt.eu>
Sat, 22 Apr 2023 12:57:42 +0000 (14:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 23 Apr 2023 07:46:15 +0000 (09:46 +0200)
commit4c538df28c972b75ef8f543b60d3a2c67f9e98e8
treed1c7a000eee75fe71331bf8f279ddde59b3a2c62
parent798d6b41245ce34abc6d7a2ba14cc4f3dfecdaf1
CLEANUP: protocol: move the nb_receivers to plug a hole in protocol

This field forces an unaligned hole between two list heads. Let's move
it up where it will be more easily combined with other fields. In
addition, turn it to unsigned while it's still not used.
include/haproxy/protocol-t.h