]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: fd: Use a separate lock for logs instead of abusing the fd lock.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 27 Feb 2020 16:25:43 +0000 (17:25 +0100)
committerOlivier Houchard <cognet@ci0.org>
Tue, 17 Mar 2020 12:38:09 +0000 (13:38 +0100)
commit7fa5562190e5f87b909b74f83edf30e51510efa0
treeadc2175338c30e8501ba5731a392088c18b21b15
parent079f8087410bff34ebddeebc5c3a45185b8bca8e
MINOR: fd: Use a separate lock for logs instead of abusing the fd lock.

Introduce a new spinlock, log_lock, and use it instead of abusing the FD lock.
src/fd.c