commit | df3b0cbe31bdb15495a040437496cbdff5d494d4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 23 15:08:06 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 24 10:52:31 2021 +0200 |
tree | 71daa64f75742f579cb38f0aec1b708b0fc85848 | |
parent | ae0b12ee0349e1ab2c54b0718fee0f9caed51caa [diff] |
MINOR: queue: add queue_init() to initialize a queue This is better and cleaner than open-coding this in the server and proxy code, where it has all chances of becoming wrong once forgotten.