]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: applet: move the applet definitions out of stream_interface
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Apr 2015 11:24:54 +0000 (13:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2015 15:56:16 +0000 (17:56 +0200)
commit8a8d83b85cb7a1be8d25cb5fd400591e0829a62b
tree39bddd24d0442c10476b4426fa905cd7e8287767
parent00a37f00295c9d9ba2edf4a348adef26da6ab6bd
REORG: applet: move the applet definitions out of stream_interface

We're tidying the definitions so that appctx lives on its own. A new
set of applet.h files has been added for this purpose.
include/proto/applet.h [new file with mode: 0644]
include/proto/dumpstats.h
include/proto/obj_type.h
include/proto/stream_interface.h
include/types/applet.h [new file with mode: 0644]
include/types/stream_interface.h
src/dumpstats.c
src/hlua.c
src/peers.c
src/stream.c
src/stream_interface.c