]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM
authorWilly Tarreau <w@1wt.eu>
Wed, 14 Nov 2018 10:10:26 +0000 (11:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:41:45 +0000 (21:41 +0100)
commitd0f5bbcd6499fcc59e693b696e055afbcb307970
tree20089d56de3cb2a9b94328446b5d87161356b783
parenta44e576f62d68d937fefff4004b8d5631ede4f15
MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM

This flag is not enough to describe all blocking situations, as can be
seen in each case we remove it. The muxes has taught us that using multiple
blocking flags in parallel will be much easier, so let's start to do this
now. This patch only renames this flags in order to make next changes more
readable.
contrib/debug/flags.c
include/proto/stream_interface.h
include/types/stream_interface.h
src/applet.c
src/dns.c
src/stream.c
src/stream_interface.c