]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: samples: Use the "struct sample_data" in the "struct sample"
authorThierry FOURNIER <tfournier@arpalert.org>
Wed, 19 Aug 2015 07:00:18 +0000 (09:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:46 +0000 (17:13 +0200)
commit8c542cac07781f8793ea8aaf5eaece789d064fe8
treea8f3de1b9078ee81557fdda39baddc782a353265
parent503bb09873d7e3f3884dfa1bdbe80e510ae428a2
MEDIUM: samples: Use the "struct sample_data" in the "struct sample"

This patch remove the struct information stored both in the struct
sample_data and in the striuct sample. Now, only thestruct sample_data
contains data, and the struct sample use the struct sample_data for storing
his own data.
21 files changed:
include/proto/sample.h
include/types/sample.h
src/auth.c
src/backend.c
src/compression.c
src/da.c
src/dumpstats.c
src/frontend.c
src/hlua.c
src/listener.c
src/log.c
src/map.c
src/pattern.c
src/payload.c
src/proto_http.c
src/proto_tcp.c
src/sample.c
src/ssl_sock.c
src/stick_table.c
src/stream.c
src/vars.c