]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] show sess: report number of calls to each task
authorWilly Tarreau <w@1wt.eu>
Sat, 28 Mar 2009 16:54:35 +0000 (17:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Mar 2009 16:54:35 +0000 (17:54 +0100)
commit3884cbaae6947c6d54e90dc095dfbca3e77da55c
treef3a849c5e1407e67ea12153241dbab7c7f0f173a
parent2d045597f7d3bfe781d4a948731bb6dc510bbdb8
[MINOR] show sess: report number of calls to each task

For debugging purposes, it can be useful to know how many times each
task has been called.
include/proto/task.h
include/types/task.h
src/dumpstats.c
src/task.c