]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: servers: Provide a pointer to the server in srv_per_tgroup.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 17 Apr 2025 09:20:24 +0000 (11:20 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 17 Apr 2025 15:38:23 +0000 (17:38 +0200)
commit444125a7649382332a641881a5614594cd475951
tree14ec97ba9bd1a1949513ea68ee457f814f8e73fe
parent5e1ce09e54bd3e585d1d116d75578440c5e1cbb6
MINOR: servers: Provide a pointer to the server in srv_per_tgroup.

Add a pointer to the server into the struct srv_per_tgroup, so that if
we only have access to that srv_per_tgroup, we can come back to the
corresponding server.
include/haproxy/server-t.h
src/server.c