]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: session: remove session_from_task()
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Dec 2014 11:19:57 +0000 (12:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Dec 2014 11:19:57 +0000 (12:19 +0100)
commit3c23a85550d729eb92e87a38b2ce7d94a2088cc0
tree208a841aa39d92de1e666e194afa63f818b41e69
parent72cda2ad91646908019cf3a9f74eb1a21e9e5205
CLEANUP: session: remove session_from_task()

Since commit 3dd6a25 ("MINOR: stream-int: retrieve session pointer from
stream-int"), we can get the session from the task, so let's get rid of
this less obvious function.
include/proto/session.h
src/dumpstats.c
src/peers.c