]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: actions: Declare all the embedded actions in the same header file
authorThierry FOURNIER <tfournier@arpalert.org>
Thu, 6 Aug 2015 06:30:11 +0000 (08:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:47 +0000 (17:13 +0200)
commit91f6ba0f2c5574ff6d21467aaca54145e77ca86f
treeb73c0467999e1a1332bbfa193f108efff39ebb35
parent22e49011b191693d87322102477998965763caf6
MINOR: actions: Declare all the embedded actions in the same header file

This patch group the action name in one file. Some action are called
many times and need an action embedded in the action caller. The main
goal is to have only one header file grouping all definitions.
include/types/action.h
include/types/proto_http.h
include/types/proto_tcp.h
src/hlua.c
src/proto_http.c
src/proto_tcp.c
src/vars.c