From dccd7116e01697440f1a7ff61e37beacdb34120c Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 12 Jul 2007 10:00:13 +0000 Subject: [PATCH] Document timescale of srcaddr->ttl git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1672 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_session.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5