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>
Wed, 10 Mar 2021 14:11:16 +0000 (15:11 +0100)
commit954827a38be9be4da0bda98f19d95f719727e4e1
treef82a00e5b9be98a3ee4fef838463bb2529b23503
parent2214f349a81b14e8a3c129de5a45682fb8c628de
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.

(cherry picked from commit 90f366b59556f9e64c927286bfc8e9c06d511744)
Signed-off-by: Willy Tarreau <w@1wt.eu>
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