]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: applet: make the applet not depend on a stream interface anymore
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Apr 2015 10:05:19 +0000 (12:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2015 15:56:16 +0000 (17:56 +0200)
commit00a37f00295c9d9ba2edf4a348adef26da6ab6bd
tree5fc13fb93d4e8607a1d384fa2aff576e2884a65f
parent19c8161b3d90c6f135f918d4b3dee3feb24a23bf
MEDIUM: applet: make the applet not depend on a stream interface anymore

Now that applet's functions only take an appctx in argument, not a
stream interface. This slightly simplifies the code and will be needed
to take the appctx out of the stream interface.
include/proto/stream_interface.h
include/types/stream_interface.h
src/dumpstats.c
src/hlua.c
src/peers.c