diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-27 12:45:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-27 12:45:07 -0400 |
commit | 346c2eb4e60299f69327b5e63e1e25aaf678f964 (patch) | |
tree | 110b6b0cecccecb62c6c0c917922e0f51dbce870 /src/or/or.h | |
parent | 8b58e1e323e362463906d2576b9d2b9e788c2f30 (diff) | |
parent | d00ed406e08942d6539281eb28e875939ee214e5 (diff) | |
download | tor-346c2eb4e60299f69327b5e63e1e25aaf678f964.tar.gz tor-346c2eb4e60299f69327b5e63e1e25aaf678f964.zip |
Merge branch 'bug25843_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 e27f25197b..3498e66579 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4149,6 +4149,8 @@ typedef struct { int NumDirectoryGuards; /**< How many dir guards do we try to establish? * If 0, use value from NumEntryGuards. */ + int NumPrimaryGuards; /**< How many primary guards do we want? */ + int RephistTrackTime; /**< How many seconds do we keep rephist info? */ /** Should we always fetch our dir info on the mirror schedule (which * means directly from the authorities) no matter our other config? */ |