diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-09-10 19:05:53 -0400 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-09-10 19:05:53 -0400 |
commit | aa900b17ca0f25b490ed5fc6d9559b5a30fd4ea8 (patch) | |
tree | 006c68364356e8e03cea163b697859affef68adc /src | |
parent | c621e528833aaf871b81d21afa7495f84cbdd66b (diff) | |
download | tor-aa900b17ca0f25b490ed5fc6d9559b5a30fd4ea8.tar.gz tor-aa900b17ca0f25b490ed5fc6d9559b5a30fd4ea8.zip |
Describe rend_intro_point_t more completely
Diffstat (limited to 'src')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 2e5edff36d..10af3d5755 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3454,7 +3454,9 @@ typedef struct rend_encoded_v2_service_descriptor_t { char *desc_str; /**< Descriptor string. */ } rend_encoded_v2_service_descriptor_t; -/** Introduction point information. */ +/** Introduction point information. Used both in rend_service_t (on + * the service side) and in rend_service_descriptor_t (on both the + * client and service side). */ typedef struct rend_intro_point_t { extend_info_t *extend_info; /**< Extend info of this introduction point. */ crypto_pk_env_t *intro_key; /**< Introduction key that replaces the service |