]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] add an analyser state in struct session
authorWilly Tarreau <w@1wt.eu>
Sun, 7 Dec 2008 13:37:09 +0000 (14:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 7 Dec 2008 13:37:09 +0000 (14:37 +0100)
commitff8d42ea686f33743be274c7e4e78973bba72cc5
tree34a285835b4c1f3d48ccf5a1024a7829a74c32c0
parent7f0065141913b0fdf3a99143e2c545f2e44d5cf4
[MINOR] add an analyser state in struct session

It will be very convenient to have an analyser state in the session.
It will always be initialized to zero. The analysers can make use of
it, but must reset it to zero when they leave.
include/types/session.h
src/client.c