aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-04 13:44:05 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-04 13:44:05 -0500
commitcd4ad45ba31f4ae08aa185f358ee56721a06170b (patch)
treeb2ab06cca25a182ecb851a153c6fed01638163d2 /src/or/dirserv.h
parent12f2d986f327de281cb70377a7cf926b0f40f4e4 (diff)
downloadtor-cd4ad45ba31f4ae08aa185f358ee56721a06170b.tar
tor-cd4ad45ba31f4ae08aa185f358ee56721a06170b.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h
index 35b7bd016..add09f44a 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);