]> err.no Git - varnish/commitdiff
Add cache_response for yelling at clients
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 21:04:14 +0000 (21:04 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Jul 2006 21:04:14 +0000 (21:04 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@359 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/Makefile.am
varnish-cache/bin/varnishd/cache_response.c [new file with mode: 0644]

index 81e4162b1252d51046fd64e4d195e08e18082157..cae726e514ac9d70bc378c27b38e6988e779e7ea 100644 (file)
@@ -18,6 +18,7 @@ varnishd_SOURCES = \
        cache_pool.c \
        cache_pass.c \
        cache_pipe.c \
+       cache_response.c \
        cache_shmlog.c \
        cache_vcl.c \
        cache_vrt.c \
diff --git a/varnish-cache/bin/varnishd/cache_response.c b/varnish-cache/bin/varnishd/cache_response.c
new file mode 100644 (file)
index 0000000..ea3664f
--- /dev/null
@@ -0,0 +1,3 @@
+/*
+ * $Id$
+ */