diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-19 16:15:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-19 16:15:27 -0400 |
commit | 6f20a74d52741cce521cf03b8afee570e3cb367b (patch) | |
tree | c49d5aab8a038da07570612795861ea32bf6cb2d /src/or/or.h | |
parent | a7b46336eb5f1f7f734ac2d978c7ab17d1c870c0 (diff) | |
parent | 18752bca5b57c11b6d843db671e1886ed0624848 (diff) | |
download | tor-6f20a74d52741cce521cf03b8afee570e3cb367b.tar.gz tor-6f20a74d52741cce521cf03b8afee570e3cb367b.zip |
Merge branch 'bug8240_v2_squashed' into maint-0.2.4
Conflicts:
doc/tor.1.txt
src/or/circuitbuild.c
src/or/config.c
src/or/or.h
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 00f72adb8d..67315522ed 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4027,6 +4027,8 @@ typedef struct { * should guess a suitable value. */ int SSLKeyLifetime; + /** How long (seconds) do we keep a guard before picking a new one? */ + int GuardLifetime; } or_options_t; /** Persistent state for an onion router, as saved to disk. */ |