]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_tcp: add session in the action prototype
authorThierry FOURNIER <tfournier@arpalert.org>
Mon, 10 Aug 2015 16:30:18 +0000 (18:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Aug 2015 12:08:29 +0000 (14:08 +0200)
commit422a3af4cefaf1adcced7af9153ca0ae2d688ffb
treee08c2250a73b2a42ee7d41d52364fdba04b3dea0
parentc89f4f530588a5c23a29d848d4a27a6799359dd4
MINOR: proto_tcp: add session in the action prototype

Some actions require the "struct session" while the "struct stream" is not
avalaible. This patch adds a pointer to the session.
include/types/proto_tcp.h
src/hlua.c
src/proto_tcp.c
src/vars.c