]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream_interface: add a pointer to the listener for TARG_TYPE_CLIENT
authorEmeric Brun <ebrun@exceliance.fr>
Fri, 18 May 2012 14:32:13 +0000 (16:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 20:22:39 +0000 (22:22 +0200)
commit21adb02d194a4190883133f8a7e3bac7d7812e0a
tree3841543dc7b556121e201d29a4bc232363a19bba
parent1348d4ce0bce14df542c1585172a26329bb6feed
MINOR: stream_interface: add a pointer to the listener for TARG_TYPE_CLIENT

When the target is a client, it will be convenient to have a pointer to the
original listener so that we can retrieve some configuration information at
the stream interface level.
include/proto/stream_interface.h
include/types/stream_interface.h
src/peers.c
src/session.c