From 2a9cbb1773c4fa426c4c4ed7842fcb0588c510f1 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 6 Jul 2006 21:04:14 +0000 Subject: [PATCH] Add cache_response for yelling at clients git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@359 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/Makefile.am | 1 + varnish-cache/bin/varnishd/cache_response.c | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 varnish-cache/bin/varnishd/cache_response.c diff --git a/varnish-cache/bin/varnishd/Makefile.am b/varnish-cache/bin/varnishd/Makefile.am index 81e4162b..cae726e5 100644 --- a/varnish-cache/bin/varnishd/Makefile.am +++ b/varnish-cache/bin/varnishd/Makefile.am @@ -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 index 00000000..ea3664fd --- /dev/null +++ b/varnish-cache/bin/varnishd/cache_response.c @@ -0,0 +1,3 @@ +/* + * $Id$ + */ -- 2.39.5