]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] stats: add global event ID and count
authorWilly Tarreau <w@1wt.eu>
Sun, 12 Dec 2010 13:00:34 +0000 (14:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 12 Dec 2010 13:00:34 +0000 (14:00 +0100)
commit10479e4bac8349ed45eb27953ff4085d9df5c5c7
treee014ed86ad003b85b628f55431031656befdcae6
parente1582eb7f63a2a4d5e81c78b98d3d35c95ec90ce
[MINOR] stats: add global event ID and count

This counter will help quickly spot whether there are new errors or not.
It is also assigned to each capture so that a script can keep trace of
which capture was taken when.
include/types/proxy.h
src/dumpstats.c
src/proto_http.c
src/proxy.c