aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-21 13:26:04 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-21 13:26:04 -0400
commit6a91cab79c23b47c48e35e95661dfbe81be943dd (patch)
tree93d7ca081f783de358579a3e8ab43dbbd3d19565 /src/or/dirserv.h
parentc83bcc358437660471abdc11ed9e12585674e0d6 (diff)
parente1e62f9d5735da64dc1435d3a40db77f6229766a (diff)
downloadtor-6a91cab79c23b47c48e35e95661dfbe81be943dd.tar.gz
tor-6a91cab79c23b47c48e35e95661dfbe81be943dd.zip
Merge branch 'maint-0.2.7'
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r--src/or/dirserv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h
index 8fcb3b4b77..3e735db071 100644
--- a/src/or/dirserv.h
+++ b/src/or/dirserv.h
@@ -50,7 +50,7 @@ int list_server_status_v1(smartlist_t *routers, char **router_status_out,
int dirserv_dump_directory_to_string(char **dir_out,
crypto_pk_t *private_key);
char *dirserv_get_flag_thresholds_line(void);
-void dirserv_compute_bridge_flag_thresholds(routerlist_t *rl);
+void dirserv_compute_bridge_flag_thresholds(const smartlist_t *routers);
int directory_fetches_from_authorities(const or_options_t *options);
int directory_fetches_dir_info_early(const or_options_t *options);