summaryrefslogtreecommitdiff
path: root/src/or/entrynodes.h
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2016-06-28 16:12:58 +0000
committerAndrea Shepard <andrea@torproject.org>2016-06-29 05:55:42 +0000
commitc69290072819d20e43bd0dd83fa8cefc1167b544 (patch)
tree0feb54bdba2e36c441b46f267f6e69b12e2d1984 /src/or/entrynodes.h
parent8798ca4be299855a9a87a48df772081e06e9040c (diff)
downloadtor-c69290072819d20e43bd0dd83fa8cefc1167b544.tar.gz
tor-c69290072819d20e43bd0dd83fa8cefc1167b544.zip
Add bridge descriptor download status queries to GETINFO
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r--src/or/entrynodes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index 247c80940e..285367d4d7 100644
--- a/src/or/entrynodes.h
+++ b/src/or/entrynodes.h
@@ -179,5 +179,8 @@ guard_get_guardfraction_bandwidth(guardfraction_bandwidth_t *guardfraction_bw,
int orig_bandwidth,
uint32_t guardfraction_percentage);
+smartlist_t * list_bridge_identities(void);
+download_status_t * get_bridge_dl_status_by_id(const char *digest);
+
#endif