]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Store the proxy in checks.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 11 Jan 2019 17:17:17 +0000 (18:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jan 2019 10:15:11 +0000 (11:15 +0100)
commitc98aa1f18252f855cffe280153e60e496f532b6e
tree09ef4e6f6bd5c5b11be28eb2a01ce1a39b61711a
parent00292353a1ad6de45efaee13556f73020393e71f
MINOR: checks: Store the proxy in checks.

Instead of assuming we have a server, store the proxy directly in struct
check, and use it instead of s->server.
This should be a no-op for now, but will be useful later when we change
mail checks to avoid having a server.

This should be backported to 1.9.
include/types/checks.h
src/checks.c
src/server.c