commit | ffe5e8c638c677b630b11eb1babf44dd322112de | [log] [tgz] |
---|---|---|
author | Patrick Hemmer <haproxy@stormcloud9.net> | Fri May 11 12:52:31 2018 -0400 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 10 15:04:14 2018 +0200 |
tree | b1c1ef0455ea6ca93283bff141e7599a3d3deb89 | |
parent | 66425e31b5216fa5e24d02f28ef25650936a6ae6 [diff] |
MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos The current name is misleading as it implies a queue size, but the value instead indicates a position in the queue. The value is only the queue size at the exact moment the element is enqueued. Soon we will gain the ability to insert anywhere into the queue, upon which clarity of the name is more important.