]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG/MEDIUM: stream_interface: move applet->state and private to connection
authorWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 15:09:48 +0000 (17:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 15:09:48 +0000 (17:09 +0200)
commit949811319b9b0ef0e697dc9351ff55707a89dcf0
tree98e51c062022c4a2cd3265e0d4ffb2ab8054a82c
parentfb7508aefb6842948ce72d3f236b1f99e6df33b8
REORG/MEDIUM: stream_interface: move applet->state and private to connection

The state and the private pointer are not specific to the applets, since SSL
will require exactly both of them. Move them to the connection layer now and
rename them. We also now ensure that both are NULL on first call.
include/proto/stream_interface.h
include/types/stream_interface.h
src/dumpstats.c
src/peers.c
src/proto_http.c
src/stream_interface.c