summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-12 10:38:35 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-12 10:38:35 -0400
commit4027bd2e9680cb5922b006847aa4db6170826bf6 (patch)
tree7ad4f1a5405730d0cbb379163d801b2e66396966 /src/or/or.h
parent8eef7fc845d76da287dd0888b6753178118f7193 (diff)
parent1b5e34badb06bb1a844a6e70164fc5c894d95d0a (diff)
downloadtor-4027bd2e9680cb5922b006847aa4db6170826bf6.tar.gz
tor-4027bd2e9680cb5922b006847aa4db6170826bf6.zip
Merge branch 'bug23347_squashed'
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 161d80ed96..de03a99035 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4340,6 +4340,10 @@ typedef struct {
* altered on testing networks. */
smartlist_t *TestingBridgeDownloadSchedule;
+ /** Schedule for when clients should download bridge descriptors when they
+ * have no running bridges. Only altered on testing networks. */
+ smartlist_t *TestingBridgeBootstrapDownloadSchedule;
+
/** When directory clients have only a few descriptors to request, they
* batch them until they have more, or until this amount of time has
* passed. Only altered on testing networks. */