Browse Source

Describe rend_intro_point_t more completely

Robert Ransom 14 years ago
parent
commit
aa900b17ca
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/or/or.h

+ 3 - 1
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