]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-interface: set the pointer to the applet into the applet context
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Oct 2013 18:03:27 +0000 (20:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:22 +0000 (15:40 +0100)
commit48099c7a073692deb2f01cab4f47b85c4eb4dcd8
tree9ddeb661c8bce19a0839f4d782be711bd5f81165
parent7d67d7b9e5228c1d09fdedc5dbd744a2a8fb6773
MEDIUM: stream-interface: set the pointer to the applet into the applet context

In preparation for a later move of all the applet context outside of the
stream interface, we'll need to have access to the applet itself from the
context. Let's have a pointer to it inside the context.
include/proto/stream_interface.h
include/types/stream_interface.h