]> git.kaiwu.me - haproxy.git/commit
MINOR: servers: Add a back-pointer to the server in srv_per_thread
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 28 May 2026 13:21:13 +0000 (15:21 +0200)
committerOlivier Houchard <cognet@ci0.org>
Mon, 8 Jun 2026 13:37:50 +0000 (15:37 +0200)
commit6f8dab258379dd53e327433ffd890c6d3d6f89ed
tree28e0b58a9f49f449add826a8b1d479f1b48d2daf
parenta4520229a77eae2c33df7a003a07b95f162482e0
MINOR: servers: Add a back-pointer to the server in srv_per_thread

In struct srv_per_thread, add a pointer to the server, as with just a
pointer to srv_per_thread, we can't figure out the related server.
include/haproxy/server-t.h
src/server.c