]> err.no Git - varnish/commit
Add a stevedore for synthetic pages.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 25 Jul 2008 15:27:04 +0000 (15:27 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 25 Jul 2008 15:27:04 +0000 (15:27 +0000)
commit7cbd309d9b59aa4fc3d9ef2daac724c9d5ed6bdc
treedc079d63384e8ad571a7a194b8406c1ca983ce32
parent8d1087c5a7a50bf151bf1fbe8adcbaced723ee32
Add a stevedore for synthetic pages.

The storage from this stevedore is backed by an autoextending vsb, which
can be used to generate synthetic pages into.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3025 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/Makefile.am
varnish-cache/bin/varnishd/cache_main.c
varnish-cache/bin/varnishd/stevedore.c
varnish-cache/bin/varnishd/stevedore.h
varnish-cache/bin/varnishd/storage_file.c
varnish-cache/bin/varnishd/storage_malloc.c