]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: post initialisation bindings
authorThierry FOURNIER <tfournier@haproxy.com>
Fri, 23 Jan 2015 11:08:30 +0000 (12:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:34 +0000 (23:12 +0100)
commita4a0f3d7c8903e01ce77d71a319f1feaf8227a96
tree2c9eaa1579fbe26b27186dc0b0ac8a29df982651
parent2ba18a2aa6483a03534fdfa3d68fac023165edca
MINOR: lua: post initialisation bindings

This system permits to execute some lua function after than HAProxy
complete his initialisation. These functions are executed between
the end of the configuration parsing and check and the begin of the
scheduler.
include/proto/hlua.h
include/types/hlua.h
src/haproxy.c
src/hlua.c