commit | c83e45e9b001591633188a480a896c935d3c9625 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 22 18:47:51 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 22 18:57:15 2021 +0200 |
tree | 994f1a270226576a0ef02eb83271c21607d4287e | |
parent | fcb8bf8650ec6b5614d1b88db54f1200ebd96cbd [diff] |
MEDIUM: queue: simplify again the process_srv_queue() API 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.