]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: add sample_process_cnv() function
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 23 Aug 2023 15:22:37 +0000 (17:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Oct 2023 08:05:06 +0000 (10:05 +0200)
commit72513447488275a0ad7f78416e31a2368f607b02
tree2aeee8f957b0dee4d028fe6471a51fe2a09cb633
parent08767e162d876e3eb5537df26638ab8a32c88ddf
MINOR: sample: add sample_process_cnv() function

split sample_process() in 2 parts in order to be able to only process
the converter part of a sample expression from an existing input sample
struct passed as parameter.
include/haproxy/sample.h
src/sample.c