]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: vars: adds get and set functions
authorThierry FOURNIER <tfournier@arpalert.org>
Tue, 9 Jun 2015 10:27:17 +0000 (12:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 Jun 2015 21:01:37 +0000 (23:01 +0200)
commitc365d99a0703955422867dd88011887483d2358d
tree80a32467a58a862fb556dc6e35e480488ecad3b6
parent4834bc773c1597b4d0bef910bbe295d36bfd9a85
MINOR: vars: adds get and set functions

This patch adds two functions used for variable acces using the
variable full name. If the variable doesn't exists in the variable
pool name, it is created.
include/proto/vars.h
src/vars.c