]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: add a new pointer to the end point
authorWilly Tarreau <w@1wt.eu>
Sun, 29 Sep 2013 14:05:22 +0000 (16:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:22 +0000 (15:40 +0100)
commit7d67d7b9e5228c1d09fdedc5dbd744a2a8fb6773
treefee721ea26a3ff44bb0b0b3fdf79fe135d852b8d
parent372d6708fba12c1a7146b80b89d24da11a96c5fa
MINOR: stream-int: add a new pointer to the end point

The end point will correspond to either an applet context or a connection,
depending on the object type. For now the pointer remains null.
include/proto/stream_interface.h
include/types/stream_interface.h
src/stream_interface.c