]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua_fcn: add server->get_rid() method
authorAurelien DARRAGON <adarragon@haproxy.com>
Fri, 10 Mar 2023 14:11:27 +0000 (15:11 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:58:17 +0000 (08:58 +0200)
commit94ee6632eeb8241a77b624ba5534855424298d54
tree295b5719c9f66a17eb8da704e6d1160e7c07d954
parent6b0b9bd39f5a2ac63ecd0093cf385bfab9864efe
MINOR: hlua_fcn: add server->get_rid() method

Server revision ID was recently added to haproxy with 61e3894
("MINOR: server: add srv->rid (revision id) value")

Let's add it to the hlua server class.
doc/lua-api/index.rst
src/hlua_fcn.c