diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-04 13:44:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-04 13:44:05 -0500 |
commit | cd4ad45ba31f4ae08aa185f358ee56721a06170b (patch) | |
tree | b2ab06cca25a182ecb851a153c6fed01638163d2 /src/or/dirserv.h | |
parent | 12f2d986f327de281cb70377a7cf926b0f40f4e4 (diff) | |
download | tor-cd4ad45ba31f4ae08aa185f358ee56721a06170b.tar.gz tor-cd4ad45ba31f4ae08aa185f358ee56721a06170b.zip |
Include a flag-thresholds line in each vote to describe flag cutoffs
Implements ticket 8151.
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r-- | src/or/dirserv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h index 35b7bd016c..add09f44a3 100644 --- a/src/or/dirserv.h +++ b/src/or/dirserv.h @@ -70,6 +70,7 @@ int list_server_status_v1(smartlist_t *routers, char **router_status_out, int for_controller); int dirserv_dump_directory_to_string(char **dir_out, crypto_pk_t *private_key); +char *dirserv_get_flag_thresholds_line(void); int directory_fetches_from_authorities(const or_options_t *options); int directory_fetches_dir_info_early(const or_options_t *options); |