CLEANUP: stconn: Move SE flags set by app layer at the end of the bitfield
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 13:52:24 +0000 (14:52 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 15:39:46 +0000 (16:39 +0100)
commit6d50f358a54c4ab356e85e26b5cb4cc7349391f5
treed761ecac66388c0b85146691996d05b41ebec1a2
parentf33c1ce2c2d915ab4487ba89695f77ad1ace72c9
CLEANUP: stconn: Move SE flags set by app layer at the end of the bitfield

To fix a bug, some SE flags must be added or renamed. To avoid mixing flags
set by the endpoint and flags set by the app, the second set of flags are
moved at the end of the bitfield, leaving the holes on the middle.

(cherry picked from commit 8cfc11f46188118d9b714b9e4e8dd2b44be18c3d)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/stconn-t.h