r1672 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Jul 12 12:00:13 CEST 2007


Author: phk
Date: 2007-07-12 12:00:13 +0200 (Thu, 12 Jul 2007)
New Revision: 1672

Modified:
   trunk/varnish-cache/bin/varnishd/cache_session.c
Log:
Document timescale of srcaddr->ttl


Modified: trunk/varnish-cache/bin/varnishd/cache_session.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_session.c	2007-07-12 09:49:26 UTC (rev 1671)
+++ trunk/varnish-cache/bin/varnishd/cache_session.c	2007-07-12 10:00:13 UTC (rev 1672)
@@ -91,6 +91,7 @@
 	char			addr[TCP_ADDRBUFSIZE];
 	unsigned		nref;
 
+	/* How long to keep entry around.  Inherits timescale from t_open */
 	double			ttl;
 
 	struct acct		acct;




More information about the varnish-commit mailing list