]> err.no Git - varnish/commitdiff
Add SHM tag VCL_info for informative messages from VCL execution.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 14 Jan 2008 10:30:47 +0000 (10:30 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 14 Jan 2008 10:30:47 +0000 (10:30 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2343 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/shmlog_tags.h

index 034be8fb1db7bea9112e903445cf929ae0df847a..e1dc705af9d8717d205ab5bcb3d0055955308394 100644 (file)
@@ -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)