]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ring: rename the ring lock "RING_LOCK" instead of "LOGSRV_LOCK"
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Sep 2023 18:42:07 +0000 (20:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 Sep 2023 19:38:33 +0000 (21:38 +0200)
commitcbbee154629d584b7af490c4ee3c317884578414
treeca54d9aa086cff5312de60f0c0c356b35ba3d943
parentcec8b42cb391f48e578ed7860d749d6735f6ef8e
CLEANUP: ring: rename the ring lock "RING_LOCK" instead of "LOGSRV_LOCK"

The ring lock was initially mostly used for the logs and used to inherit
its name in lock stats. Now that it's exclusively used by rings, let's
rename it accordingly.
dev/haring/haring.c
include/haproxy/sink.h
include/haproxy/thread.h
src/ring.c
src/sink.c
src/thread.c