]> err.no Git - varnish/commit
Move session management to new file (cache_session, SES prefix) in
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 14 Jul 2006 10:16:27 +0000 (10:16 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 14 Jul 2006 10:16:27 +0000 (10:16 +0000)
commit48f1ac446b132a3dcc9bdbe58c33ec14b5bae0e5
treea7041abdf64f1ffd45538de3f75951f82d8ccf8c
parentba90bec4f8df2a69e08b6273a7c04c7b7ca37e95
Move session management to new file (cache_session, SES prefix) in
preparation of adding client tracking.

Move the iovec's from the session to the worker and give the session
a pointer to the worker so we can avoid passing it around as argument.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@467 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/Makefile.am
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_acceptor.c
varnish-cache/bin/varnishd/cache_center.c
varnish-cache/bin/varnishd/cache_main.c
varnish-cache/bin/varnishd/cache_session.c [new file with mode: 0644]