MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put}
authorWilly Tarreau <w@1wt.eu>
Tue, 6 Nov 2018 17:46:37 +0000 (18:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2018 09:18:37 +0000 (10:18 +0100)
commit0cd3bd628a0514113a67dd00fb0009c4ba611d8f
tree3645c1fbcfbcdd64001a9438c7877a1e3bed850f
parent21028b5e7f02644d88f789a2100b08665d12f1f2
MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put}

It doesn't make sense to limit this code to applets, as any stream
interface can use it. Let's rename it by simply dropping the "applet_"
part of the name. No other change was made except updating the comments.
18 files changed:
include/proto/stream_interface.h
include/types/stream_interface.h
src/applet.c
src/cache.c
src/cli.c
src/flt_spoe.c
src/hlua.c
src/log.c
src/map.c
src/memory.c
src/peers.c
src/proxy.c
src/server.c
src/ssl_sock.c
src/stats.c
src/stick_table.c
src/stream.c
src/stream_interface.c