]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: make appctx_new() take the applet in argument
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Apr 2015 22:15:26 +0000 (00:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:32 +0000 (11:37 +0200)
commita7513f5d00ca5cc6bc0b666de7224252d39f4717
tree848f541cf89e57b976a3669a5d60d1f2717378e1
parent9903f0e1a276f635a3cc43bdb988454028357df7
MINOR: stream-int: make appctx_new() take the applet in argument

Doing so simplifies the initialization of a new appctx. We don't
need appctx_set_applet() anymore.
include/proto/stream_interface.h
src/stream_interface.c