From: phk Date: Thu, 6 Apr 2006 09:30:46 +0000 (+0000) Subject: Add shmlog tags for pipe and pass handling X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6244ed6f533ad3e23df0cb029c6cf5c942f56bde;p=varnish Add shmlog tags for pipe and pass handling git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@131 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/include/shmlog_tags.h b/varnish-cache/include/shmlog_tags.h index 16107a95..2456ccd8 100644 --- a/varnish-cache/include/shmlog_tags.h +++ b/varnish-cache/include/shmlog_tags.h @@ -12,6 +12,8 @@ SLTM(SessionOpen) SLTM(SessionReuse) SLTM(SessionClose) SLTM(ClientAddr) +SLTM(HandlingPass) +SLTM(HandlingPipe) SLTM(Request) SLTM(Response) SLTM(Status)