]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream_interface: add an init callback to sock_ops
authorWilly Tarreau <w@1wt.eu>
Fri, 11 May 2012 16:38:44 +0000 (18:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 May 2012 16:39:26 +0000 (18:39 +0200)
commit64798bd72051894d2a1dc46257d411a3a99ffb87
tree8b0bb75d4b41e4c04b1622626babc5ee880039fd
parentf873d754f820c8e86d773859673b9a70a481bf92
MINOR: stream_interface: add an init callback to sock_ops

This will be needed for some socket layers such as SSL. It's not used
at the moment.
include/types/stream_interface.h
src/sock_raw.c
src/stream_interface.c