]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connections: Provide a xprt_ctx for each xprt method.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 21 Mar 2019 17:27:17 +0000 (18:27 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 18 Apr 2019 12:56:24 +0000 (14:56 +0200)
commite179d0e88f2ae189558e42e4954ac00dc1ff9958
tree7b5802838d59f1a0dfebc541ed726ef2f95c89ae
parentdf357846001a65f88af8357a50e188c96a20df7d
MEDIUM: connections: Provide a xprt_ctx for each xprt method.

For most of the xprt methods, provide a xprt_ctx.  This will be useful later
when we'll want to be able to stack xprts.
The init() method now has to create and provide the said xprt_ctx if needed.
include/proto/connection.h
include/types/connection.h
src/connection.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/raw_sock.c
src/ssl_sock.c