diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-28 23:44:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-28 23:44:53 +0000 |
commit | f09d53bbf1ceeb71a028943037190336b69bb3c6 (patch) | |
tree | 852f36a6589a6ce89d8c0aa163e53687912e6b00 /src/or/or.h | |
parent | 20b108598993ecc2ec420288ebf9b995b519f9db (diff) | |
download | tor-f09d53bbf1ceeb71a028943037190336b69bb3c6.tar tor-f09d53bbf1ceeb71a028943037190336b69bb3c6.tar.gz |
r16246@catbus: nickm | 2007-10-28 19:34:58 -0400
Implement a FallbackNetworkstatusFile (default to $prefix/share/tor/fallback-consensus) to that we know about lots of directory servers and routers when we start up the first time.
svn:r12259
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index ae5d26666..46fffeced 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2174,6 +2174,9 @@ typedef struct { int V3AuthDistDelay; /** The number of intervals we think a consensus should be valid. */ int V3AuthNIntervalsValid; + + /** DOCDOC here and in tor.1 */ + char *FallbackNetworkstatusFile; } or_options_t; /** Persistent state for an onion router, as saved to disk. */ |