]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Count number of (active) applets
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 6 Dec 2016 08:13:22 +0000 (09:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Dec 2016 18:10:46 +0000 (19:10 +0100)
commit1cbe74cd837b460d59b31a534d20f1ffd980b8f0
tree00fdba37916d69c4fcf8356c07e1d2f15c08dab1
parent90b5abe46ea507ae7831221555f5183d16864d4a
MINOR: applet: Count number of (active) applets

As for tasks, 2 counters has been added to track :
  * the total number of applets : nb_applets
  * the number of active applets : applets_active_queue

[wt: needed for next fixes, to backport to 1.7 and 1.6]
include/proto/applet.h
src/applet.c
src/haproxy.c