]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua: add patref class
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 7 Nov 2024 16:26:32 +0000 (17:26 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 29 Nov 2024 06:22:32 +0000 (07:22 +0100)
commit956a25cf60e7b747ec4761bc004114c64bfc2048
tree0174752fd1bb101c6b662258e45bc6fd4e753f90
parentf72a66eef2452dec81b703a99516b6a904016aba
MINOR: hlua: add patref class

Implement patref class to expose pat_ref struct internal pattern struct
in lua. This is some prerequisite work needed to be able to manipulate
exisiting generic pattern object lists (acl/map) from Lua, because the Map
class can only be used to perform matching ops on Map files.
include/haproxy/hlua-t.h
include/haproxy/hlua_fcn.h
src/hlua_fcn.c