summaryrefslogtreecommitdiff
path: root/src/or/routerlist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-31 11:32:32 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-31 11:32:32 -0400
commitdc05b8549a73064337020eb3f0d8d91c8149518a (patch)
tree87f1a7f816e47e7e5bb6db25880748ec7e818c6d /src/or/routerlist.h
parentbac6d542c912f733aa6103c47ef41423848fef7c (diff)
downloadtor-dc05b8549a73064337020eb3f0d8d91c8149518a.tar.gz
tor-dc05b8549a73064337020eb3f0d8d91c8149518a.zip
Use digest256map for computing microdescriptor downloads
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r--src/or/routerlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h
index ac6f95b3ef..c6151deb49 100644
--- a/src/or/routerlist.h
+++ b/src/or/routerlist.h
@@ -196,7 +196,7 @@ int hid_serv_get_responsible_directories(smartlist_t *responsible_dirs,
int hid_serv_acting_as_directory(void);
int hid_serv_responsible_for_desc_id(const char *id);
-void list_pending_microdesc_downloads(digestmap_t *result);
+void list_pending_microdesc_downloads(digest256map_t *result);
void launch_descriptor_downloads(int purpose,
smartlist_t *downloadable,
const routerstatus_t *source,