]> err.no Git - varnish/commitdiff
Document timescale of srcaddr->ttl
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 12 Jul 2007 10:00:13 +0000 (10:00 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 12 Jul 2007 10:00:13 +0000 (10:00 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1672 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_session.c

index 6f60152533d4ea00a9ad958953a7e452eec1929b..5833d838cd4d88b5184858d911aabe48805a4dda 100644 (file)
@@ -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;