r90 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Fri Mar 31 10:25:29 CEST 2006


Author: phk
Date: 2006-03-31 10:25:29 +0200 (Fri, 31 Mar 2006)
New Revision: 90

Modified:
   trunk/varnish-cache/include/shmlog_tags.h
Log:
Use http_headers.h to define HTTP header tags for logging


Modified: trunk/varnish-cache/include/shmlog_tags.h
===================================================================
--- trunk/varnish-cache/include/shmlog_tags.h	2006-03-31 08:24:36 UTC (rev 89)
+++ trunk/varnish-cache/include/shmlog_tags.h	2006-03-31 08:25:29 UTC (rev 90)
@@ -13,4 +13,7 @@
 SLTM(Request)
 SLTM(URL)
 SLTM(Protocol)
-SLTM(Headers)
+SLTM(H_Unknown)
+#define HTTPH(a, b)	SLTM(b)
+#include "http_headers.h"
+#undef HTTPH




More information about the varnish-commit mailing list