summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-27 07:30:47 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-27 07:30:47 +0000
commit365c72246cf9f62dce2c0db83177540e6d872280 (patch)
tree8dde4a2055d7b71f5ad209f5cbc1004bfdabc774 /src/or/or.h
parent43c22c5b7970ed441b2b4a22395ffd2e87b00c58 (diff)
downloadtor-365c72246cf9f62dce2c0db83177540e6d872280.tar.gz
tor-365c72246cf9f62dce2c0db83177540e6d872280.zip
partial move to letting bridge descriptor fetches use our new (well,
new from their perspective) directory download schedule abstraction. not done yet, but i'd better get this out of my sandbox before nick does another sweeping change. :) svn:r17798
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index e2f3a8c4c2..2d539e6b73 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1287,6 +1287,7 @@ typedef enum {
typedef enum {
DL_SCHED_GENERIC = 0,
DL_SCHED_CONSENSUS = 1,
+ DL_SCHED_BRIDGE = 2,
} download_schedule_t;
/** Information about our plans for retrying downloads for a downloadable