diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-11 13:15:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-11 13:15:17 -0400 |
commit | 24fbb9a81b19cc20df9a204d3203d1b914fb267d (patch) | |
tree | f04602b852cff7912ae14c1f28345cfa5a337944 /src/or/dirserv.h | |
parent | 28e1aa111803bc3548e00503ab56de5f3d41c7fc (diff) | |
parent | 4e94580591da579e53461aeedfb1340836427c02 (diff) | |
download | tor-24fbb9a81b19cc20df9a204d3203d1b914fb267d.tar.gz tor-24fbb9a81b19cc20df9a204d3203d1b914fb267d.zip |
Merge branch 'maint-0.2.7' into maint-0.2.8
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r-- | src/or/dirserv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h index 3e735db071..9a9725ad6f 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(const smartlist_t *routers); +void dirserv_compute_bridge_flag_thresholds(void); int directory_fetches_from_authorities(const or_options_t *options); int directory_fetches_dir_info_early(const or_options_t *options); |