]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: provide a few helpers to retrieve frontend, listener and origin
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Apr 2015 00:10:38 +0000 (02:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:29 +0000 (11:37 +0200)
commitd0d8da989bdce50cc55c3212301a96130c56b39b
tree81ab92ef64cb4e2dc16a8fcd7b77a23d031568cd
parent192252e2d8a4f4f5b01f5466526bb522a4254df0
MINOR: stream: provide a few helpers to retrieve frontend, listener and origin

Expressions are quite long when using strm_sess(strm)->whatever, so let's
provide a few helpers : strm_fe(), strm_li(), strm_orig().
include/proto/stream.h
src/backend.c
src/compression.c
src/dumpstats.c
src/peers.c
src/proto_http.c
src/proxy.c
src/stream.c