]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stick-table: use a separate lock label for updates
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Apr 2025 12:01:13 +0000 (14:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Apr 2025 12:02:22 +0000 (14:02 +0200)
commit1af592c51118d7eba6ad3c234ed2303f5b721fed
treece763b0f0b38debc7066e8f6430e1911c2be5253
parentf192e446d6846dfeafa42397657953a44fdbc8d8
MINOR: stick-table: use a separate lock label for updates

Too many locks were sharing STK_TABLE_LOCK making it hard to analyze.
Let's split the already heavily used update lock.
include/haproxy/thread-t.h
src/peers.c
src/stick_table.c
src/thread.c