]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG/MEDIUM: replace stream interface protocol functions by a proto pointer
authorWilly Tarreau <w@1wt.eu>
Mon, 7 May 2012 16:12:14 +0000 (18:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 19:28:15 +0000 (21:28 +0200)
commit26d8c59f0b32942cfb3391c40336305612d4eae6
tree707462791a74b057e6da604448efe6794c72a30d
parent5c979a9c7171f928e39ee09a270dfd955c7b5218
REORG/MEDIUM: replace stream interface protocol functions by a proto pointer

The stream interface now makes use of the socket protocol pointer instead
of the direct functions.
13 files changed:
include/proto/protocols.h
include/proto/stream_sock.h
include/types/peers.h
include/types/protocols.h
include/types/server.h
include/types/stream_interface.h
src/backend.c
src/cfgparse.c
src/peers.c
src/proto_tcp.c
src/protocols.c
src/session.c
src/stream_interface.c