mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 22:28:41 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue