]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: sample change the prototype of sample-fetches and converters functions
authorThierry FOURNIER <tfournier@haproxy.com>
Mon, 11 May 2015 13:20:49 +0000 (15:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 May 2015 18:01:42 +0000 (20:01 +0200)
commit0a9a2b8cec6186acbea5410469c685022658a4e2
tree43b2632092bdf53ea56d40ed8f021157d2d1c167
parent6879ad31a57f789934409ff4f2530ab1a1fceb7e
MEDIUM: sample change the prototype of sample-fetches and converters functions

This patch removes the structs "session", "stream" and "proxy" from
the sample-fetches and converters function prototypes.

This permits to remove some weight in the prototype call.
15 files changed:
include/proto/proto_http.h
include/types/sample.h
src/backend.c
src/compression.c
src/frontend.c
src/hlua.c
src/listener.c
src/map.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