commit | 954827a38be9be4da0bda98f19d95f719727e4e1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Feb 20 11:49:49 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 10 15:11:16 2021 +0100 |
tree | f82a00e5b9be98a3ee4fef838463bb2529b23503 | |
parent | 2214f349a81b14e8a3c129de5a45682fb8c628de [diff] |
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>