commit | 90f366b59556f9e64c927286bfc8e9c06d511744 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Feb 20 11:49:49 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 20 12:38:18 2021 +0100 |
tree | 0e6063e3dcde0a2731390cc4866d025a68ae1f42 | |
parent | e8e5091510f667feeb36f68b8d2f4d9e8cf00dc0 [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.