mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-20 21:31:28 +02:00
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:
parent
8f3b537547
commit
1517869145
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user