MINOR: actions: add a function returning a service pointer from its name
authorThierry Fournier <thierry.fournier@ozon.io>
Sat, 28 Nov 2020 18:32:14 +0000 (19:32 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 14 Dec 2020 08:20:57 +0000 (09:20 +0100)
commit4b5382db22b39c168131c0d6335b0711dbb0b16d
tree990fa008bec0f24dbd9fa1a2e5e8cae12478e6ff
parentab93f7c5d88bd43aa857043129f7997f5ad4f6c8
MINOR: actions: add a function returning a service pointer from its name

This function simply calls action_lookup() on the private service_keywords,
to look up a service name. This will be used to detect double registration
of a same service from Lua.

This will be needed by a next patch to fix a bug and will have to be
backported.

(cherry picked from commit 87e539906b13ed1d86684d9d3eab82b550fae02d)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/stream.h
src/stream.c