commit | f1cb0ebe3e8761e0fa8a622e270259351bd56fad | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 07 11:37:37 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 08 11:10:16 2021 +0200 |
tree | 3ada9728e82ffc3aef60799aae19fe6a1054936d | |
parent | d378eb82d9b34ca38542ea0cda6c7855fa6d9bae [diff] |
REORG: vars: remerge sample_store{,_stream}() into var_set() The names for these two functions are totally misleading, they have nothing to do with samples, they're purely dedicated to variables. The former is only used by the second one and makes no sense by itself, so it cannot even get a meaningful name. Let's remerge them into a single one called "var_set()" which, as its name tries to imply, sets a variable to a given value.