]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: map system integration in Lua
authorThierry FOURNIER <tfournier@haproxy.com>
Tue, 7 Apr 2015 09:27:54 +0000 (11:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Apr 2015 13:56:21 +0000 (15:56 +0200)
commit3def393f8d518172c9000388c4b373f520002909
tree3cfeac77b8c4b8a7260cba4336195688ca238483
parent04c57b3357b79c9eba2dee0e1c9de724ca286660
MINOR: lua: map system integration in Lua

This patch cretes a new Map class that permits to do some lookup in
HAProxy maps. This Map class is integration in the HAProxy update
system, so we can modify the map throught the socket.
doc/lua-api/index.rst
include/proto/map.h
include/types/hlua.h
src/hlua.c
src/map.c