From: phk Date: Thu, 12 Jul 2007 10:00:13 +0000 (+0000) Subject: Document timescale of srcaddr->ttl X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dccd7116e01697440f1a7ff61e37beacdb34120c;p=varnish Document timescale of srcaddr->ttl git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1672 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_session.c b/varnish-cache/bin/varnishd/cache_session.c index 6f601525..5833d838 100644 --- a/varnish-cache/bin/varnishd/cache_session.c +++ b/varnish-cache/bin/varnishd/cache_session.c @@ -91,6 +91,7 @@ struct srcaddr { char addr[TCP_ADDRBUFSIZE]; unsigned nref; + /* How long to keep entry around. Inherits timescale from t_open */ double ttl; struct acct acct;