]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tevt/connection: Add dedicated termination events for lower locations
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2025 07:35:36 +0000 (08:35 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Jan 2025 09:41:50 +0000 (10:41 +0100)
commitf2778ccc7d9091040dc69329060ac5c7a09f4a3e
tree472791187c3c1c8f3a8044c1cd928295fa2c260e
parent9cbc3229ec69f2e0c32740bfeb580d6c97257b53
MINOR: tevt/connection: Add dedicated termination events for lower locations

To be able to add more accurate termination events for each location, the
enum will be splitted by location. Indeed, there are at most 16 possbile
events. It will be pretty confusing to use same termination events for the
different locations. So the best is to split them.

In this patch, the termination events for the fd, hs and xprt locations are
introduced. For now some holes are added to keep similar events aligned
across enums. But this may change in future.
include/haproxy/connection-t.h
include/haproxy/connection.h
src/connection.c
src/raw_sock.c
src/sock.c
src/ssl_sock.c
src/tcp_rules.c