CLEANUP: sample: rename sample_conv_var2smp() to *_sint
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 13:19:05 +0000 (15:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
commitd9be59952975e679f3305e32620ae3572a6a952c
tree28313f074a51745901dd8de1829b29402f383051
parent80527bcb9d51d8506c8e7ef95de9c30d30722719
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.
include/haproxy/sample.h
src/sample.c