]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: lua: lua integration in the build and init system.
authorThierry FOURNIER <tfournier@haproxy.com>
Fri, 23 Jan 2015 13:06:13 +0000 (14:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:33 +0000 (23:12 +0100)
commit6f1fd48ef1111fa57da6d9556f875b50375717b4
tree378461a2b4520bd66cfade9f4fbe17736e697e58
parentca16b038132444dea06e6d83953034128a812bce
MEDIUM: lua: lua integration in the build and init system.

This is the first step of the lua integration. We add the useful
files in the HAProxy project. These files contains the main
includes, the Makefile options and empty initialisation function.
Is is the LUA skeleton.
Makefile
include/proto/hlua.h [new file with mode: 0644]
include/types/hlua.h [new file with mode: 0644]
src/haproxy.c
src/hlua.c [new file with mode: 0644]