r4816 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Wed May 19 09:05:12 CEST 2010


Author: phk
Date: 2010-05-19 09:05:11 +0200 (Wed, 19 May 2010)
New Revision: 4816

Modified:
   trunk/varnish-cache/bin/varnishd/cache_shmlog.c
Log:
Note a possible idea.



Modified: trunk/varnish-cache/bin/varnishd/cache_shmlog.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_shmlog.c	2010-05-19 06:45:39 UTC (rev 4815)
+++ trunk/varnish-cache/bin/varnishd/cache_shmlog.c	2010-05-19 07:05:11 UTC (rev 4816)
@@ -142,6 +142,10 @@
 	unsigned n, mlen;
 	txt t;
 
+	/*
+	 * XXX: consider formatting into a stack buffer then move into
+	 * XXX: shmlog with VSLR().
+	 */
 	AN(fmt);
 	va_start(ap, fmt);
 	mlen = params->shm_reclen;




More information about the varnish-commit mailing list