]> git.kaiwu.me - haproxy.git/commit
MINOR: vars: Use a variable description to get variables of a specific scope
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 Jul 2024 14:53:20 +0000 (16:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Jul 2024 15:06:12 +0000 (17:06 +0200)
commit1a1afecb8b687e31f3e7bcdef64c7710689061af
tree390806450fe6be90b3d7824a09f19da1ff5903d8
parentf93828f229dbd60792e00452aaaf83fcb049a1ed
MINOR: vars: Use a variable description to get variables of a specific scope

Now a variable description is retrieved when a variable is parsed, we can
use it to get the variable value. It is mandatory to be able to know the
parent stream, if any, must be used, instead of the current one.
src/vars.c