commit | b7bfcb3ff317a5cd50e787375bff02b2acc70c0d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Aug 31 08:13:25 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 08 11:10:16 2021 +0200 |
tree | f02667c41bd79b9df12904dfa5299fe2e8bc0d37 | |
parent | 10080716bfa76380a7b93c4d0ff4081301fada0c [diff] |
MINOR: vars: rename vars_init() to vars_init_head() The vars_init() name is particularly confusing as it does not initialize the variables code but the head of a list of variables passed in arguments. And we'll soon need to have proper initialization code, so let's rename it now.