]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua_fcn: add Server.is_dynamic()
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 29 Mar 2023 08:49:30 +0000 (10:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 May 2023 14:28:32 +0000 (16:28 +0200)
commit7a03dee36f5ae46094ef4a391b5512431480f291
tree507fa672ec2fe32a282c76cdcd086888512837c1
parentc72051d53a4062e4340838247b04b40a881ed926
MINOR: hlua_fcn: add Server.is_dynamic()

This function returns true if the current server is dynamic,
meaning that it was instantiated at runtime (ie: from the cli)
doc/lua-api/index.rst
src/hlua_fcn.c