commit | afb63bc040ab53db7520eaef49b79970d2b636d9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 30 18:51:07 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 30 18:51:07 2021 +0200 |
tree | c0dac8ebfd77d70682929f0a68e0eed4ce203509 | |
parent | 53945bf8cde846893bfb9a32e31b40ca9eab4310 [diff] |
BUILD: backend: fix build breakage in idle conn locking fix The IDLE_CONNS_LOCK is called OTHER_LOCK in 2.3, but as it's only used by developers when -DDEBUG_THREAD is used, it didn't show up when commit 5e22cf3a9 ("MEDIUM: backend: use a trylock to grab a connection on high FD counts as well") was backported to 2.3. There's no upstream commit since it's a pure 2.3 fix.