diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-10-02 20:43:22 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2017-10-03 14:39:34 +0300 |
commit | c9729853a5ccfc15d206c43be8e15aea93ae19ee (patch) | |
tree | 4e05bb01221e9a4cb54712f722ccd0abaf9f43cd /src/or/entrynodes.h | |
parent | dddae36f5e0e9e088cd9aa98c6e4a6c904e1efa4 (diff) | |
download | tor-c9729853a5ccfc15d206c43be8e15aea93ae19ee.tar.gz tor-c9729853a5ccfc15d206c43be8e15aea93ae19ee.zip |
entrynodes: Be specific about how many primary descriptors we miss.
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index f74ccd97f4..d049a88cda 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -572,9 +572,8 @@ int getinfo_helper_entry_guards(control_connection_t *conn, int entries_known_but_down(const or_options_t *options); void entries_retry_all(const or_options_t *options); -int guard_selection_have_enough_dir_info_to_build_circuits( - guard_selection_t *gs); -int entry_guards_have_enough_dir_info_to_build_circuits(void); +char *entry_guards_get_dir_info_status_str(void); +char *guard_selection_get_dir_info_status_str(guard_selection_t *gs); void entry_guards_free_all(void); |