MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait
authorWilly Tarreau <w@1wt.eu>
Sat, 20 Feb 2021 10:49:49 +0000 (11:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 20 Feb 2021 11:38:18 +0000 (12:38 +0100)
commit90f366b59556f9e64c927286bfc8e9c06d511744
tree0e6063e3dcde0a2731390cc4866d025a68ae1f42
parente8e5091510f667feeb36f68b8d2f4d9e8cf00dc0
MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait

There's no point anymore in keeping mt_lists for the buffer_wait and
buffer_wq since it's thread-local now.
12 files changed:
include/haproxy/applet.h
include/haproxy/channel.h
include/haproxy/dynbuf-t.h
include/haproxy/dynbuf.h
include/haproxy/tinfo-t.h
src/check.c
src/dynbuf.c
src/flt_spoe.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/stream.c