mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-11 09:52:56 -04:00
MINOR: counters: fix a typo in comment
Wrong copy/paste comment, replace listeners/frontends by servers/backends This may be backported up to 1.7.
This commit is contained in:
parent
51f784bcf9
commit
cd3de50779
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ struct fe_counters {
|
|||
} p; /* protocol-specific stats */
|
||||
};
|
||||
|
||||
/* counters used by listeners and frontends */
|
||||
/* counters used by servers and backends */
|
||||
struct be_counters {
|
||||
unsigned int conn_max; /* max # of active sessions */
|
||||
long long cum_conn; /* cumulated number of received connections */
|
||||
|
|
|
|||
Loading…
Reference in a new issue