]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: vars: use the item API for the variables trees
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2025 08:47:52 +0000 (10:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2025 08:51:23 +0000 (10:51 +0200)
commit4edff4a2cc774246051841495f8df3821b7df745
tree75da5bbd8123d3b3a486d10011f8e567cc2a2fc0
parentc058cc5ddf7bdfe3e3298ec541089acd76530c4c
CLEANUP: vars: use the item API for the variables trees

The variables trees use the immediate cebtree API, better use the
item one which is more expressive and safer. The "node" field was
renamed to "name_node" to avoid any ambiguity.
include/haproxy/vars-t.h
include/haproxy/vars.h
src/vars.c