summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-09-10 19:05:53 -0400
committerRobert Ransom <rransom.8774@gmail.com>2011-09-10 19:05:53 -0400
commitaa900b17ca0f25b490ed5fc6d9559b5a30fd4ea8 (patch)
tree006c68364356e8e03cea163b697859affef68adc
parentc621e528833aaf871b81d21afa7495f84cbdd66b (diff)
downloadtor-aa900b17ca0f25b490ed5fc6d9559b5a30fd4ea8.tar.gz
tor-aa900b17ca0f25b490ed5fc6d9559b5a30fd4ea8.zip
Describe rend_intro_point_t more completely
-rw-r--r--src/or/or.h4
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