]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: txn: create class TXN associated with the transaction.
authorThierry FOURNIER <tfournier@haproxy.com>
Mon, 16 Feb 2015 19:11:43 +0000 (20:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:34 +0000 (23:12 +0100)
commit65f34c63672038d36956eb94e43eb38fe918b2c7
tree4d2e24bc00e9fad93a9c2dd7ef39a79fe96f9d91
parent55da165301b4de213dacf57f1902c2142e867775
MINOR: lua: txn: create class TXN associated with the transaction.

This class of functions permit to access to all the functions
associated with the transaction like http header, HAProxy internal
fetches, etc ...

This patch puts the skeleton of this class. The class will be
enhanced later.
include/types/hlua.h
include/types/session.h
src/hlua.c
src/session.c