diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-15 12:19:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-15 12:19:08 -0500 |
commit | 54433993c7c84dc9af878ebaf8dd1deae8c595e3 (patch) | |
tree | 0c8f1fdbfd2e79391e5492c18b78b2cf7c3211b9 /src/or/or.h | |
parent | fec5aa75f4c50f6b307edbc7662bdb9c5a73f617 (diff) | |
parent | 080ae03ee4c5c5e06f9f813cec4f66c5ab801a19 (diff) | |
download | tor-54433993c7c84dc9af878ebaf8dd1deae8c595e3.tar.gz tor-54433993c7c84dc9af878ebaf8dd1deae8c595e3.zip |
Merge branch 'feature17576-UseDefaultFallbackDirs-v2-squashed'
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 218bea4828..1a94d99f96 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3758,6 +3758,8 @@ typedef struct { /** List of fallback directory servers */ config_line_t *FallbackDir; + /** Whether to use the default hard-coded FallbackDirs */ + int UseDefaultFallbackDirs; /** Weight to apply to all directory authority rates if considering them * along with fallbackdirs */ |