]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stktable: move sample_conv_table_bytes_out_rate()
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 15 Jan 2025 20:14:48 +0000 (21:14 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 16 Jan 2025 10:50:27 +0000 (11:50 +0100)
commit9f68049cc12846d844d16c05629832e17ecf67a6
treed5142bfb34bfdacf6e3da80a3fffa30db59bbb81
parent62e42184abd68b10eb3bd044b78b16033bf924f0
CLEANUP: stktable: move sample_conv_table_bytes_out_rate()

sample_conv_table_bytes_out_rate() was defined in the middle of other
stick-table sample convs without any ordering logic. Let's put it
where it belongs, right after sample_conv_table_bytes_in_rate().
src/stick_table.c