]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: counters: add support for tracking a third counter
authorWilly Tarreau <w@1wt.eu>
Tue, 28 May 2013 16:32:20 +0000 (18:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 May 2013 22:37:16 +0000 (00:37 +0200)
commite25c917af873b3d27b8d701abe614ccd6231a17b
treeaf961e7eb31d02abeb367f5141054625d224a782
parentd5ca9abb0d0b45097a79b8cdeb2aea466106b9e3
MEDIUM: counters: add support for tracking a third counter

We're often missin a third counter to track base, src and base+src at
the same time. Here we introduce track_sc3 to have this third counter.
It would be wise not to add much more counters because that slightly
increases the session size and processing time though the real issue
is more the declaration of the keywords in the code and in the doc.
doc/configuration.txt
include/types/proto_tcp.h
include/types/session.h
src/cfgparse.c
src/proto_tcp.c
src/session.c