]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: session: start to reintroduce struct session
authorWilly Tarreau <w@1wt.eu>
Fri, 3 Apr 2015 11:53:24 +0000 (13:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:23:57 +0000 (11:23 +0200)
commitb1ec8c4a593e73c254b2709f338cf610ef9d3003
treef1b34b66a71a552f079f461b8634dc31a24ec1ed
parente7dff02dd4e8c1fcec31fa3517a2fe7d70d0be18
MINOR: session: start to reintroduce struct session

There is now a pointer to the session in the stream, which is NULL
for now. The session pool is created as well. Some parts will move
from the stream to the session now.
Makefile
include/proto/session.h [new file with mode: 0644]
include/proto/stream.h
include/types/session.h [new file with mode: 0644]
include/types/stream.h
src/haproxy.c
src/hlua.c
src/peers.c
src/session.c [new file with mode: 0644]
src/stream.c