]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: add private argument to the struct sample_fetch
authorThierry FOURNIER <tfournier@haproxy.com>
Sun, 7 Dec 2014 17:37:57 +0000 (18:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:31 +0000 (23:12 +0100)
commitf41a809dc9e93a6df59670dd577db440e8dc6326
treeef08fe9cc2e216c05cc5549c630bcec6b0497e65
parent68a556e28202d2fd9f1f8166718c2cd682a7cda2
MINOR: sample: add private argument to the struct sample_fetch

The add of this private argument is to prepare the integration
of the lua fetchs.
12 files changed:
include/proto/proto_http.h
include/types/sample.h
src/backend.c
src/compression.c
src/frontend.c
src/listener.c
src/payload.c
src/proto_http.c
src/proto_tcp.c
src/sample.c
src/session.c
src/ssl_sock.c