From: phk Date: Mon, 14 Jan 2008 10:30:47 +0000 (+0000) Subject: Add SHM tag VCL_info for informative messages from VCL execution. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ddeb670464ba757567e147780a3c7f4fb9c9acb;p=varnish Add SHM tag VCL_info for informative messages from VCL execution. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2343 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/include/shmlog_tags.h b/varnish-cache/include/shmlog_tags.h index 034be8fb..e1dc705a 100644 --- a/varnish-cache/include/shmlog_tags.h +++ b/varnish-cache/include/shmlog_tags.h @@ -85,6 +85,7 @@ SLTM(VCL_call) SLTM(VCL_trace) SLTM(VCL_return) SLTM(VCL_error) +SLTM(VCL_info) SLTM(ReqStart) SLTM(Hit) SLTM(HitPass)