]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ring/applet: turn the wait_entry list to an mt_list instead
authorWilly Tarreau <w@1wt.eu>
Wed, 28 Feb 2024 16:04:40 +0000 (17:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2024 17:34:19 +0000 (17:34 +0000)
commita2d2dbf210b305f78816f2880d4e7dce988c343a
treeb6884996f95ccf581ee11a34deb11ee87a877270
parent04f1e3f3d95e8773f10d037bfc56a19802b449a9
MEDIUM: ring/applet: turn the wait_entry list to an mt_list instead

Rings are keeping a lock only for the list, which apparently doesn't
need anything more than an mt_list, so let's first turn it into that
before dropping the lock. There should be no visible effect.
include/haproxy/applet-t.h
include/haproxy/dns_ring-t.h
include/haproxy/ring-t.h
src/applet.c
src/dns.c
src/dns_ring.c
src/ring.c
src/sink.c