]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: post initialization
authorThierry Fournier <tfournier@arpalert.org>
Fri, 19 Feb 2016 19:53:30 +0000 (20:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Mar 2016 13:44:58 +0000 (15:44 +0200)
commit3d4a675f244f3b2a9249d8e4d9a9198ad9791c7b
tree23d4093aaafeeda4da856c7073bb452cb235ee41
parentfd107a2b1cefba103e9d7a03c7641ca2813569c8
MINOR: lua: post initialization

This patch adds a Lua post initialisation wrapper. It already exists for
pure Lua function, now it executes also C. It is useful for doing things
when the configuration is ready to use. For example we can can browse and
register all the proxies.
include/proto/hlua_fcn.h
src/hlua.c
src/hlua_fcn.c