]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua_fcn: register queue class using hlua_register_metatable()
authorAurelien DARRAGON <adarragon@haproxy.com>
Fri, 21 Mar 2025 22:00:59 +0000 (23:00 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 3 Apr 2025 15:52:17 +0000 (17:52 +0200)
commit748dba485920dca572c0703d84e7335503485253
tree873875aa86cbaa8c972faea4fe94fc481c1637e6
parentc6fa061f22e0409a9c1e0dbe9d4bd9a30eff6ba1
MINOR: hlua_fcn: register queue class using hlua_register_metatable()

Most lua classes are registered by leveraging the
hlua_register_metatable() helper. Let's use that for the Queue class as
well for consitency.
include/haproxy/hlua-t.h
src/hlua_fcn.c