]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stktable: replace nopurge attribute with flag
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 5 Dec 2024 11:02:38 +0000 (12:02 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 5 Dec 2024 11:15:31 +0000 (12:15 +0100)
commit9f44c5f9be5b59eeafc225701be937290f8b41c9
tree23ca08b08cc682fd2b51c16b03d26c133cb6b536
parent1f73d3524da419ecd420d88da03a58e03cb4f79d
CLEANUP: stktable: replace nopurge attribute with flag

Thanks to previous commit stktable struct now have a "flags" struct member

Let's take this opportunity to remove the isolated "nopurge" attribute in
stktable struct and rely on a flag named STK_FL_NOPURGE instead.

This helps to better organize stktable struct members.
include/haproxy/stick_table-t.h
src/hlua_fcn.c
src/stick_table.c