]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream_interface: stop exporting socket layer functions
authorWilly Tarreau <w@1wt.eu>
Fri, 11 May 2012 15:47:17 +0000 (17:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 May 2012 15:47:17 +0000 (17:47 +0200)
commitf873d754f820c8e86d773859673b9a70a481bf92
tree011e0baa23d070ce4b6b59ca79f8a55af26cc7f2
parentb277d6e56803901874541e2db59f91077649e8b7
CLEANUP: stream_interface: stop exporting socket layer functions

Similarly to the previous patch, we don't need the socket-layer functions
outside of stream_interface. They could even move to a file dedicated to
applets, though that does not seem particularly useful at the moment.
include/proto/stream_interface.h
src/peers.c
src/session.c
src/stream_interface.c