]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: adapt to the new buffers API
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jun 2018 17:41:31 +0000 (19:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commit97f538b895211583aa2de457e4af99f4cf6a7e84
tree5c709898691904a44b2ef82f80c7ab15e3723ae0
parent4fca5a9940cebd25041129748d08264adbc4d9f5
MINOR: stats: adapt to the new buffers API

The changes are fairly straightforward. Some places require to trim
the length. Maybe we'd need a b_extend() or b_adjust() for this.
src/stats.c