projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f784b
)
MINOR: counters: fix a typo in comment
author
Amaury Denoyelle
<adenoyelle@haproxy.com>
Fri, 2 Oct 2020 16:31:58 +0000
(18:31 +0200)
committer
Christopher Faulet
<cfaulet@haproxy.com>
Mon, 5 Oct 2020 07:05:57 +0000
(09:05 +0200)
Wrong copy/paste comment, replace listeners/frontends by
servers/backends
This may be backported up to 1.7.
include/haproxy/counters-t.h
patch
|
blob
|
history
diff --git
a/include/haproxy/counters-t.h
b/include/haproxy/counters-t.h
index
dbd6072
..
b896c4d
100644
(file)
--- a/
include/haproxy/counters-t.h
+++ b/
include/haproxy/counters-t.h
@@
-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 */