]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[REORG] stream_interface: move the st0, st1 and private members to the applet
authorWilly Tarreau <w@1wt.eu>
Sun, 13 Feb 2011 12:25:14 +0000 (13:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Mar 2011 22:32:14 +0000 (23:32 +0100)
commitbc4af0573c8866a258f5c04333479b1d6acff76e
tree70e50617eabc38001e32a6cdb18f837b7cfb4a6c
parentb24281b0ff25cc3c9125a29ff14488711ac033b8
[REORG] stream_interface: move the st0, st1 and private members to the applet

Those fields are only used by the applets, so let's move them to the
struct.
include/types/stream_interface.h
src/dumpstats.c
src/peers.c
src/proto_http.c