From: Robert Ransom Date: Sat, 10 Sep 2011 23:09:01 +0000 (-0400) Subject: Describe rend_service_descriptor_t more completely X-Git-Tag: tor-0.2.3.4-alpha~6^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a5cf285a3b87f9ec73f69b8821a33744853606;p=thirdparty%2Ftor.git Describe rend_service_descriptor_t more completely --- diff --git a/src/or/or.h b/src/or/or.h index 10af3d5755..a2f4083752 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3463,7 +3463,8 @@ typedef struct rend_intro_point_t { * key, if this descriptor is V2. */ } rend_intro_point_t; -/** Information used to connect to a hidden service. */ +/** Information used to connect to a hidden service. Used on both the + * service side and the client side. */ typedef struct rend_service_descriptor_t { crypto_pk_env_t *pk; /**< This service's public key. */ int version; /**< Version of the descriptor format: 0 or 2. */