mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-18 17:31:30 +01: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
@ -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…
x
Reference in New Issue
Block a user