diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-07-25 00:52:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-07-25 00:52:54 -0400 |
commit | 2b0e8fb39f0ac9c0bfadc64102440843300fa9d7 (patch) | |
tree | 226d63182870fb9ada2a7080c88d6a1b1adc6b19 /src/or/or.h | |
parent | 698ec8d7b97b048cdee1ba72fda0e08292cb1a7e (diff) | |
parent | e7576f92dec47ffb48f481b7a92b3fc0c76105eb (diff) | |
download | tor-2b0e8fb39f0ac9c0bfadc64102440843300fa9d7.tar.gz tor-2b0e8fb39f0ac9c0bfadc64102440843300fa9d7.zip |
Merge commit 'ioerror/DirFetchInfoExtraEarly'
Conflicts:
ChangeLog
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 445df4d78e..be72750a7b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2452,6 +2452,9 @@ typedef struct { * means directly from the authorities) no matter our other config? */ int FetchDirInfoEarly; + /** Should we fetch our dir info at the start of the consensus period? */ + int FetchDirInfoExtraEarly; + char *VirtualAddrNetwork; /**< Address and mask to hand out for virtual * MAPADDRESS requests. */ int ServerDNSSearchDomains; /**< Boolean: If set, we don't force exit |