]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] stats: use stksess_kill() to remove table entries
authorWilly Tarreau <w@1wt.eu>
Tue, 10 Aug 2010 09:11:40 +0000 (11:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Aug 2010 16:04:16 +0000 (18:04 +0200)
commitdf39e955c043f6cc89424ad410ee1dcbdf4b40ac
treeb90deb77a587f03c732babe7fd2d28a14c545c32
parent0a4838cd31cd3dbb1078f78061a532ad0e519f3b
[CLEANUP] stats: use stksess_kill() to remove table entries

Using it will be more reliable in the long term as we'll only have
to modify stksess_kill() if we want to extend the tables.
src/dumpstats.c