commit | 4994b57728af4cbd446dedb7aa71c44d43503b69 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 08 11:38:25 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 08 11:47:30 2021 +0200 |
tree | 6320fc32320b185202a273d8d6dce93f5ea91701 | |
parent | 7978c5c42204adb9fa0d9c57c9288c579691482a [diff] |
MINOR: vars: add a VF_CREATEONLY flag for creation Passing this flag to var_set() will result in the variable to only be created if it did not exist, otherwise nothing is done (it's not even updated). This will be used for pre-registering names.