]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: sample: change the prototype of sample-fetches functions
authorThierry FOURNIER <tfournier@haproxy.com>
Mon, 11 May 2015 13:42:45 +0000 (15:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 May 2015 18:03:08 +0000 (20:03 +0200)
commit0786d05a0412112937177869a26380bbc37de1df
tree1187b7435f88c714c16397d25f5d31349e8f5eeb
parent1d33b882d20629aa387305abcc045330e82fc3ae
MEDIUM: sample: change the prototype of sample-fetches functions

This patch removes the "opt" entry from the prototype of the
sample-fetches fucntions. This permits to remove some weight
in the prototype call.
13 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/payload.c
src/proto_http.c
src/proto_tcp.c
src/sample.c
src/ssl_sock.c
src/stream.c