BUG/BUILD: stats: fix build due to missing stat enum definition

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.
This commit is contained in:
Amaury Denoyelle 2025-08-29 09:29:04 +02:00
parent 8f3b537547
commit 1517869145

View 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