]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: counters: use sc0/sc1/sc2 instead of sc1/sc2/sc3
authorWilly Tarreau <w@1wt.eu>
Mon, 17 Jun 2013 13:04:07 +0000 (15:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Jun 2013 13:04:07 +0000 (15:04 +0200)
commitbe4a3eff34745b35a0323aa5e11ec58b384dde76
treef95789e36c02aad0aa29410b68bc968f55ef5186
parent5f0eee7faa2a2caf0b7c0f43b57121f7df59443b
MEDIUM: counters: use sc0/sc1/sc2 instead of sc1/sc2/sc3

It was a bit inconsistent to have gpc start at 0 and sc start at 1,
so make sc start at zero like gpc. No previous release was issued
with sc3 anyway, so no existing setup should be affected.
doc/configuration.txt
include/proto/proto_tcp.h
include/proto/session.h
include/types/proto_tcp.h
include/types/session.h
src/cfgparse.c
src/proto_tcp.c
src/session.c