diff options
author | Roger Dingledine <arma@torproject.org> | 2016-03-11 10:40:31 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-03-11 10:40:31 -0500 |
commit | e167910fce2b83d9de3a252cdf02cabdafced14b (patch) | |
tree | 9d8beb87b0455c32c5e79dd6d3b6e9543b748086 /src/or/rendcommon.h | |
parent | 656e23171d64885c1bea95403768386ee369e949 (diff) | |
download | tor-e167910fce2b83d9de3a252cdf02cabdafced14b.tar.gz tor-e167910fce2b83d9de3a252cdf02cabdafced14b.zip |
rip out hid_serv_responsible_for_desc_id()
This simplifies relay behavior, because the relay offers the hsdir
functionality independent of whether the directory authorities have
decided this relay is suitable for clients to use yet.
Implements ticket 18332.
Diffstat (limited to 'src/or/rendcommon.h')
-rw-r--r-- | src/or/rendcommon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rendcommon.h b/src/or/rendcommon.h index fe45299598..b3ae790518 100644 --- a/src/or/rendcommon.h +++ b/src/or/rendcommon.h @@ -60,7 +60,6 @@ void rend_get_descriptor_id_bytes(char *descriptor_id_out, int hid_serv_get_responsible_directories(smartlist_t *responsible_dirs, const char *id); int hid_serv_acting_as_directory(void); -MOCK_DECL(int, hid_serv_responsible_for_desc_id, (const char *id)); rend_data_t *rend_data_dup(const rend_data_t *data); rend_data_t *rend_data_client_create(const char *onion_address, |