]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUG/BUILD: stats: fix build due to missing stat enum definition
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 29 Aug 2025 07:29:04 +0000 (09:29 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 29 Aug 2025 07:32:10 +0000 (09:32 +0200)
Recently, new server counter for private idle connections have been
added to statistics output. However, the patch was missing
ST_I_PX_PRIV_IDLE_CUR enum definition.

No need to backport.

include/haproxy/stats-t.h

index f05ec08ebec9149fe4b0cc5bbfb02484d2e88fd0..937f77138b48772364b5f6bcf467a1e6c023eb17 100644 (file)
@@ -488,6 +488,7 @@ enum stat_idx_px {
        ST_I_PX_H2REQ,
        ST_I_PX_H3REQ,
        ST_I_PX_PROTO,
+       ST_I_PX_PRIV_IDLE_CUR,
 
        /* must always be the last one */
        ST_I_PX_MAX