diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-10-03 15:50:54 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2017-10-03 15:55:19 +0300 |
commit | f7306b16ecaeb07eb64d0fcbfcc43754533818c2 (patch) | |
tree | 1f0f90f0cfc1433918ee33d61bb57db9ab9a621c /src/or/entrynodes.h | |
parent | d891faddc79c8cb58723edd431895927871d3803 (diff) | |
download | tor-f7306b16ecaeb07eb64d0fcbfcc43754533818c2.tar.gz tor-f7306b16ecaeb07eb64d0fcbfcc43754533818c2.zip |
entrynodes: Better naming for dir info check functions.
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index ca9fb489e6..9e1e729930 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -572,9 +572,9 @@ 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); -char *entry_guards_get_dir_info_status_str(int using_mds, +char *entry_guards_get_err_str_if_dir_info_missing(int using_mds, int num_present, int num_usable); -char *guard_selection_get_dir_info_status_str(guard_selection_t *gs, +char *guard_selection_get_err_str_if_dir_info_missing(guard_selection_t *gs, int using_mds, int num_present, int num_usable); |