commit | d9be59952975e679f3305e32620ae3572a6a952c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 15:19:05 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | 28313f074a51745901dd8de1829b29402f383051 | |
parent | 80527bcb9d51d8506c8e7ef95de9c30d30722719 [diff] |
CLEANUP: sample: rename sample_conv_var2smp() to *_sint This one only handles integers, contrary to its sibling with the suffix _str that only handles strings. Let's rename it and uninline it since it may well be used from outside.