From: phk Date: Mon, 29 Oct 2007 07:46:12 +0000 (+0000) Subject: Add a VCL_error shmtag X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0d8cf6bcdc75717dfe9e2a2c3747d8df4c7509a;p=varnish Add a VCL_error shmtag git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2175 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/include/shmlog_tags.h b/varnish-cache/include/shmlog_tags.h index 4238d161..034be8fb 100644 --- a/varnish-cache/include/shmlog_tags.h +++ b/varnish-cache/include/shmlog_tags.h @@ -84,6 +84,7 @@ SLTM(VCL_acl) SLTM(VCL_call) SLTM(VCL_trace) SLTM(VCL_return) +SLTM(VCL_error) SLTM(ReqStart) SLTM(Hit) SLTM(HitPass)