]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: capture: Move the capture configuration storage in the union
authorThierry FOURNIER <tfournier@arpalert.org>
Tue, 4 Aug 2015 06:21:12 +0000 (08:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:47 +0000 (17:13 +0200)
commitd0d65aeab61b8338cc9afb51babb0c8b795a1a11
tree1cda9fbf71b6dfad3a0483bec6123ae9b867e07d
parent5ec63e008df57c189cb1af027730bbc18edbbd0d
MEDIUM: capture: Move the capture configuration storage in the union

This patch moves the capture configuration struct (capture_prm) in the main
"arg" union. This reduce the size of the struct.
include/types/action.h
src/cfgparse.c
src/proto_tcp.c