commit | e5a26eb2def42f07aad5bde4cd27e9fdd441f207 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Mar 16 16:46:56 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 16 18:45:46 2023 +0100 |
tree | 4ee8c00ff9105f93aa006677933569b6155544b1 | |
parent | 3fb2c6d5b40bf64d7e4f3fef88739b757555fbff [diff] |
MINOR: buffer: add br_count() to return the number of allocated bufs We have no way to know how many buffers are currently allocated in a buffer ring. Let's add br_count() for this.