]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc"
authorWilly Tarreau <w@1wt.eu>
Tue, 17 May 2022 16:05:31 +0000 (18:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commitd869e13ed895ba8cb41193582680059054e75acf
tree3a27d1d269fa4d30cca814d51488e9fa2cf43efa
parentea59b0201cd1690d2a1b114f2bdbf94af55c1d84
CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc"

Now at least it makes it obvious that it's the stream endpoint descriptor
and not an endpoint. There were few changes thanks to the previous refactor
of the flags.
addons/promex/service-prometheus.c
include/haproxy/applet-t.h
include/haproxy/applet.h
src/applet.c
src/cache.c
src/cli.c
src/hlua.c
src/http_client.c
src/stats.c