]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: track-sc: Move the track-sc configuration storage in the union
authorThierry FOURNIER <tfournier@arpalert.org>
Tue, 4 Aug 2015 07:09:48 +0000 (09:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:47 +0000 (17:13 +0200)
commit5ec63e008df57c189cb1af027730bbc18edbbd0d
tree0eefb117afc88781ff1a50055d63f8d18f47319c
parente209797ef05d13d67fb37f1912cadc358e43fdcd
MEDIUM: track-sc: Move the track-sc configuration storage in the union

This patch moves the track-sc configuration struct (track_ctr_prm) in the main
"arg" union. This reduce the size od the struct.
include/types/action.h
src/cfgparse.c
src/proto_http.c
src/proto_tcp.c