From: Robert Ransom Date: Sat, 10 Sep 2011 23:05:53 +0000 (-0400) Subject: Describe rend_intro_point_t more completely X-Git-Tag: tor-0.2.3.4-alpha~6^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa900b17ca0f25b490ed5fc6d9559b5a30fd4ea8;p=thirdparty%2Ftor.git Describe rend_intro_point_t more completely --- 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