commit | e25c917af873b3d27b8d701abe614ccd6231a17b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 28 18:32:20 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 29 00:37:16 2013 +0200 |
tree | af961e7eb31d02abeb367f5141054625d224a782 | |
parent | d5ca9abb0d0b45097a79b8cdeb2aea466106b9e3 [diff] |
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.