]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: rename ->applet to ->appctx
authorWilly Tarreau <w@1wt.eu>
Sun, 24 Nov 2013 08:38:33 +0000 (09:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:22 +0000 (15:40 +0100)
commit9b6c2c721e695968dde0db4463c4b7d230590d10
tree44891785975b958e8a8485a3dc51a75e4ad9401c
parent0788f47cc1c31e8c1cb0360ae53e778271b432ed
MINOR: stream-int: rename ->applet to ->appctx

Since this is the applet context, call it ->appctx to avoid the confusion
with the pointer to the applet. Many places were changed but it's only a
renaming.
include/types/stream_interface.h
src/dumpstats.c
src/peers.c
src/proto_http.c