]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: session: add stick counters to the struct session
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Apr 2015 13:58:58 +0000 (15:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:30 +0000 (11:37 +0200)
commitb2bf8331fb3b278a8804611d47751d76e8afae1b
tree1bf6dc3cb35f5c240a027d384c14646df4452aa1
parent11c3624c3211b51acbc2ec8282534022bbc6fd5a
MINOR: session: add stick counters to the struct session

The stick counters in the session will be used for everything not related
to contents, hence the connections / concurrent sessions / etc. They will
be usable by "tcp-request connection" rules even without a stream. For now
they're just allocated and initialized.
include/types/session.h
include/types/stream.h
src/hlua.c
src/peers.c
src/stream.c