]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: Move proto and addr fields struct check
authorSimon Horman <horms@verge.net.au>
Fri, 30 Jan 2015 02:22:56 +0000 (11:22 +0900)
committerWilly Tarreau <w@1wt.eu>
Mon, 2 Feb 2015 23:24:16 +0000 (00:24 +0100)
commit41f587675014d66ddb171419e5938244d9dba1ee
tree5e7a2f52be2c949ed16bb799b70224e46127e6d2
parentbfb5d33fe6eecb5ac313f0f3de8ecccc0b55da29
MEDIUM: Move proto and addr fields struct check

The motivation for this is to make checks more independent of each
other to allow further reuse of their infrastructure.

For nowserver->check and server->agent still always use the same values
for the addr and proto fields so this patch should not introduce any
behavioural changes.

Signed-off-by: Simon Horman <horms@verge.net.au>
include/types/checks.h
include/types/server.h
src/checks.c
src/server.c