]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: connection: remove all direct references to raw_sock and ssl_sock
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Dec 2016 19:44:00 +0000 (20:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Dec 2016 22:26:38 +0000 (23:26 +0100)
commita261e9b0944649bfaeccb7a3ab7ffa469c08e81d
treec71ac45ff6542911f59aff641bf92996c4cef862
parent13e1410f8ad514c7660a9b7edf74e7928c7d6379
CLEANUP: connection: remove all direct references to raw_sock and ssl_sock

Now we exclusively use xprt_get(XPRT_RAW) instead of &raw_sock or
xprt_get(XPRT_SSL) for &ssl_sock. This removes a bunch of #ifdef and
include spread over a number of location including backend, cfgparse,
checks, cli, hlua, log, server and session.
src/backend.c
src/cfgparse.c
src/checks.c
src/cli.c
src/hlua.c
src/log.c
src/server.c
src/session.c