MEDIUM: check: add the ctrl and transport layers in the server check structure
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Sep 2012 16:13:10 +0000 (18:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 4 Oct 2012 22:33:14 +0000 (00:33 +0200)
commitf4288ee4bacadeea288c3819031a37ff9d908c20
treed6883f95ab24fe7d5ad5c7d308aef5f70e2b53b5
parent1ae1b7b53cc1239886bf81cedd391ce982447178
MEDIUM: check: add the ctrl and transport layers in the server check structure

Since it's possible for the checks to use a different protocol or transport layer
than the prod traffic, we need to have them referenced in the server. The
SSL checks are not enabled yet, but the transport layers are completely used.
include/types/server.h
src/cfgparse.c
src/checks.c