]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: session: introduce session_new()
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Apr 2015 22:38:48 +0000 (00:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:33 +0000 (11:37 +0200)
commitc38f71cfcd68a1aae5cbd3b6db8c87665052751c
tree187c293e0bfeb8269988fb2859291f30da9d0bed
parentd990baf0cc5db8da525f820d03b0ce7fed113a9e
MINOR: session: introduce session_new()

This one creates a new session and does the minimum initialization.
include/proto/session.h
src/session.c