[tor-commits] [tor/release-0.2.2] Describe rend_intro_point_t more completely

arma at torproject.org arma at torproject.org
Mon Sep 12 09:55:42 UTC 2011


commit aa900b17ca0f25b490ed5fc6d9559b5a30fd4ea8
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Sat Sep 10 19:05:53 2011 -0400

    Describe rend_intro_point_t more completely
---
 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 2e5edff..10af3d5 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





More information about the tor-commits mailing list