Skip to content

Commit 1517869

Browse files
committed
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.
1 parent 8f3b537 commit 1517869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/haproxy/stats-t.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ enum stat_idx_px {
488488
ST_I_PX_H2REQ,
489489
ST_I_PX_H3REQ,
490490
ST_I_PX_PROTO,
491+
ST_I_PX_PRIV_IDLE_CUR,
491492

492493
/* must always be the last one */
493494
ST_I_PX_MAX

0 commit comments

Comments
 (0)