commit | 9ab78293bfc76a35e0d8ad02c4b777b6ede666f9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 22 18:47:51 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 24 10:52:31 2021 +0200 |
tree | b889a619308ef089c93fc693a951010f8088f5e9 | |
parent | 16fbdda3c33703702462a46805a88673e7f6ca51 [diff] |
MEDIUM: queue: simplify again the process_srv_queue() API (v2) This basically undoes the API changes that were performed by commit 0274286dd ("BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check") to address the deadlock issue: since process_srv_queue() doesn't use the server lock anymore, it doesn't need the "server_locked" argument, so let's get rid of it before it gets used again.