]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: actions: Rename the act_flag enum into act_opt
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Dec 2019 13:41:51 +0000 (14:41 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2020 14:18:45 +0000 (15:18 +0100)
commit105ba6cc54b45011ee8110cee5c4ecdb4946f6e6
treea57f7b9ae253cdc94620f063b5c7ce3dbe034d84
parentcd26e8a2ec98dd38566ebd419e1af62c0af8c8d3
MINOR: actions: Rename the act_flag enum into act_opt

The flags in the act_flag enum have been renamed act_opt. It means ACT_OPT
prefix is used instead of ACT_FLAG. The purpose of this patch is to reserve the
action flags for the actions configuration.
include/types/action.h
src/flt_spoe.c
src/hlua.c
src/http_ana.c
src/stream.c
src/tcp_rules.c