]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] session-counters: split FE and BE track counters
authorWilly Tarreau <w@1wt.eu>
Tue, 3 Aug 2010 14:29:52 +0000 (16:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Aug 2010 16:04:15 +0000 (18:04 +0200)
commitf059a0f63aaa1449cc15887a0746170a236bb283
tree46733b8893c46fafd00fff8e393bf4c24cc12243
parent88bc4ecb82f165dc659847bf21f162ba5509b57a
[MAJOR] session-counters: split FE and BE track counters

Having a single tracking pointer for both frontend and backend counters
does not work. Instead let's have one for each. The keyword has changed
to "track-be-counters" and "track-fe-counters", and the ACL "trk_*"
changed to "trkfe_*" and "trkbe_*".
include/proto/session.h
include/types/proto_tcp.h
include/types/session.h
src/cfgparse.c
src/proto_http.c
src/proto_tcp.c
src/session.c