]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: core: create "core" class and object
authorThierry FOURNIER <tfournier@haproxy.com>
Fri, 23 Jan 2015 13:07:08 +0000 (14:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:34 +0000 (23:12 +0100)
commit2ba18a2aa6483a03534fdfa3d68fac023165edca
tree451b3e3a2647eb07384ff9f0dfcd2c05a27a3fa7
parent6c9b52cbc28a861c36528c2bafa41887962fdfd3
MINOR: lua: core: create "core" class and object

This object provides main HAProxy functions. This first version
creates an empty object. It will be enhanced later.
include/types/hlua.h
include/types/log.h
src/hlua.c