]> err.no Git - varnish/commit
Add obj.hits VRT variable which counts how many *previous* hits
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 7 Sep 2008 17:31:13 +0000 (17:31 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 7 Sep 2008 17:31:13 +0000 (17:31 +0000)
commitf8409089319620930868331f7b7744ab86276746
tree97bad8e6ab22ff5d7f056f45a41ddada65898bd7
parent279d5f1217e0fef9c21cb996fad0648184698d72
Add obj.hits VRT variable which counts how many *previous* hits
this object has seen.

Idea for prefetching being used as workaround for #310

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3166 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_hash.c
varnish-cache/bin/varnishd/cache_vrt.c
varnish-cache/bin/varnishtest/tests/c00005.vtc
varnish-cache/bin/varnishtest/tests/v00013.vtc [new file with mode: 0644]
varnish-cache/include/vrt_obj.h
varnish-cache/lib/libvcl/vcc_gen_obj.tcl
varnish-cache/lib/libvcl/vcc_obj.c