]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: peers: remove the pointer to the stream
authorWilly Tarreau <w@1wt.eu>
Mon, 31 Oct 2016 17:42:52 +0000 (18:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 31 Oct 2016 19:07:01 +0000 (20:07 +0100)
commit9df94c2b25365d8b04aa0f071cb9b5addbead20b
treef1295faf7d30e8de8bebf78a5c68870f29bc85b4
parent81bc3b062b70da3f4ab11a8ff838d41147118b18
MINOR: peers: remove the pointer to the stream

There's no reason to use the stream anymore, only the appctx should be
used by a peer. This was a leftover from the migration to appctx and it
caused some confusion, so let's totally drop it now. Note that half of
the patch are just comment updates.
include/types/peers.h
src/peers.c