diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-23 12:24:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-23 12:24:35 -0400 |
commit | 54000d7ad9fc92136981da7c270e0646a5288bf3 (patch) | |
tree | c73d7ac40a660eb03c5814565993d6880d12937b /src/or/or.h | |
parent | 9a81ed1d238e952429a53e7b38a4b6dd4bc5554a (diff) | |
parent | 6f5f38a0bc60d3be9b6cf02e29b9065869cf6af8 (diff) | |
download | tor-54000d7ad9fc92136981da7c270e0646a5288bf3.tar.gz tor-54000d7ad9fc92136981da7c270e0646a5288bf3.zip |
Merge remote-tracking branch 'dgoulet/bug14847_027_06'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 2f6890a9ef..1c00423166 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -799,6 +799,10 @@ typedef struct rend_data_t { /** Authorization type for accessing a service used by a client. */ rend_auth_type_t auth_type; + /** Descriptor ID for a client request. The control port command HSFETCH + * can use this. */ + char descriptor_id[DIGEST_LEN]; + /** Hash of the hidden service's PK used by a service. */ char rend_pk_digest[DIGEST_LEN]; |