diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-23 14:14:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-23 14:14:17 -0400 |
commit | 8bea0c2fa346b8f67e5c33a5c455d022049e34c6 (patch) | |
tree | 1b183650519d515a18a66d5c508ad40fa405213b /src/feature/hs/hs_common.h | |
parent | 475ac11bc11e258efe916d8e53277c00e5b136b6 (diff) | |
download | tor-8bea0c2fa346b8f67e5c33a5c455d022049e34c6.tar.gz tor-8bea0c2fa346b8f67e5c33a5c455d022049e34c6.zip |
Rename outvar to follow _out convention.
Diffstat (limited to 'src/feature/hs/hs_common.h')
-rw-r--r-- | src/feature/hs/hs_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/feature/hs/hs_common.h b/src/feature/hs/hs_common.h index fc0c39f94f..3009780d90 100644 --- a/src/feature/hs/hs_common.h +++ b/src/feature/hs/hs_common.h @@ -241,7 +241,8 @@ void hs_get_responsible_hsdirs(const struct ed25519_public_key_t *blinded_pk, int use_second_hsdir_index, int for_fetching, smartlist_t *responsible_dirs); routerstatus_t *hs_pick_hsdir(smartlist_t *responsible_dirs, - const char *req_key_str, bool *is_rate_limited); + const char *req_key_str, + bool *is_rate_limited_out); time_t hs_hsdir_requery_period(const or_options_t *options); time_t hs_lookup_last_hid_serv_request(routerstatus_t *hs_dir, |