diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-09-10 19:09:01 -0400 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-09-10 19:09:01 -0400 |
commit | 07a5cf285a3b87f9ec73f69b8821a33744853606 (patch) | |
tree | e24e6d84cc41029212b58cfd13c85d59b1372440 | |
parent | aa900b17ca0f25b490ed5fc6d9559b5a30fd4ea8 (diff) | |
download | tor-07a5cf285a3b87f9ec73f69b8821a33744853606.tar tor-07a5cf285a3b87f9ec73f69b8821a33744853606.tar.gz |
Describe rend_service_descriptor_t more completely
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 10af3d575..a2f408375 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. */ |