]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: session: add a pointer to the session's origin
authorWilly Tarreau <w@1wt.eu>
Fri, 3 Apr 2015 16:08:29 +0000 (18:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:23:58 +0000 (11:23 +0200)
commit40606ab97673fb8dc78b7313faebcda5a2ede4da
tree1cc02d34aa81d579c3861df1f2ed1f6043e0c613
parente36cbcb3b0de2d149c147d4e2ef1e136af3f0849
MINOR: session: add a pointer to the session's origin

A session's origin is the entity that was responsible for creating
the session. It can be an applet or a connection for now.
include/types/session.h
src/hlua.c
src/peers.c
src/stream.c