]> git.kaiwu.me - haproxy.git/commit
MINOR: lua: add runtime execution context
authorThierry FOURNIER <tfournier@haproxy.com>
Fri, 23 Jan 2015 13:27:52 +0000 (14:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:33 +0000 (23:12 +0100)
commit380d0930bd9e13934b57a5db5b0b6f21809f6541
tree274d49b65d3573e833ad9afe2a104d1a3595948c
parente8b9a40d22ff8b1afa03760a4129a56b101d74b5
MINOR: lua: add runtime execution context

The functions added permits to execute the LUA stack execution in
HAProxy. It provides all the runtie environment and initialise the
main LUA stack.
include/proto/hlua.h
include/types/hlua.h
src/hlua.c