]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Describe rend_intro_point_t more completely
authorRobert Ransom <rransom.8774@gmail.com>
Sat, 10 Sep 2011 23:05:53 +0000 (19:05 -0400)
committerRobert Ransom <rransom.8774@gmail.com>
Sat, 10 Sep 2011 23:05:53 +0000 (19:05 -0400)
src/or/or.h

index 2e5edff36de0f733c429fd888afa4a8d4ef8b4df..10af3d57550c10f0ecf7de63cc2e9ca7cd4b7c23 100644 (file)
@@ -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