aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_service.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2017-08-03 16:02:51 +0300
committerNick Mathewson <nickm@torproject.org>2017-08-08 20:29:34 -0400
commit5ca9b830eacf46acde56469e5f19f977e5f02668 (patch)
tree4f87ff9e3aa129bdd3423f78d44aed8a2f9bb1e6 /src/or/hs_service.h
parentf106af3c41dffdc8576c52399a61d34116b78f38 (diff)
downloadtor-5ca9b830eacf46acde56469e5f19f977e5f02668.tar.gz
tor-5ca9b830eacf46acde56469e5f19f977e5f02668.zip
Improve documentation all around the codebase.
Diffstat (limited to 'src/or/hs_service.h')
-rw-r--r--src/or/hs_service.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/or/hs_service.h b/src/or/hs_service.h
index cf2e1fa6f4..1ab0c1a4f4 100644
--- a/src/or/hs_service.h
+++ b/src/or/hs_service.h
@@ -123,11 +123,11 @@ typedef struct hs_service_descriptor_t {
* couldn't pick any nodes. */
unsigned int missing_intro_points : 1;
- /* List of hidden service directories node_t object to which we couldn't
- * upload this descriptor because we didn't have its router descriptor at
- * the time. If this list is non-empty, only the relays in this list are
- * re-tried to upload this descriptor when our directory information have
- * been updated. */
+ /* List of identity digests for hidden service directories to which we
+ * couldn't upload this descriptor because we didn't have its router
+ * descriptor at the time. If this list is non-empty, only the relays in this
+ * list are re-tried to upload this descriptor when our directory information
+ * have been updated. */
smartlist_t *hsdir_missing_info;
} hs_service_descriptor_t;