From c69290072819d20e43bd0dd83fa8cefc1167b544 Mon Sep 17 00:00:00 2001 From: Andrea Shepard Date: Tue, 28 Jun 2016 16:12:58 +0000 Subject: Add bridge descriptor download status queries to GETINFO --- src/or/entrynodes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/or/entrynodes.h') 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 -- cgit v1.2.3-54-g00ecf