]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: vars: Fill a description instead of hash and scope when a name is parsed
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 Jul 2024 13:56:40 +0000 (15:56 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Jul 2024 14:39:38 +0000 (16:39 +0200)
commiteb2d71614f77e9470c8aa5e5cd71ae04676aae3e
tree10b4bd4bfb2a8d25b5345117710219915ac7b40b
parentb020bb73a07837dde9caeb876f5c39a91e485ae1
MINOR: vars: Fill a description instead of hash and scope when a name is parsed

A variable description is now used to parse a variable and extract its name
and its scope. It is mandatory to be able to add some flags on the variable
when it is evaluated (set or get). Among other things, this will be used to
know the parent stream, if any, must be used, instead of the current one.
include/haproxy/action-t.h
src/vars.c