commit | da282f4a8f985df16e864058cb3a56b9c0e5f957 | [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:06:25 2018 +0200 |
tree | d15d7f208a3b79b96a7d386b7bbc530d7fecf860 | |
parent | ffe5e8c638c677b630b11eb1babf44dd322112de [diff] |
MINOR: queue: store the queue index in the stream when enqueuing We store the queue index in the stream and check it on dequeueing to figure how many entries were processed in between. This way we'll be able to count the elements that may later be added before ours.