]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: add counters instance to h2c
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 27 Oct 2020 16:16:01 +0000 (17:16 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 28 Oct 2020 07:55:11 +0000 (08:55 +0100)
commitc92697d977f65cbc905eb33fd68a88243ca0a958
tree4e8004aa3206c6aa681d225fbcf5c7c8b29781c0
parent3238b3f9063cacd2caeb603e7fe89d036e6f666f
MINOR: mux-h2: add counters instance to h2c

Add pointer to counters as a member for h2c structure. This pointer is
initialized on h2_init function. This is useful to quickly access and
manipulate the counters inside every h2 functions.
src/mux_h2.c