summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2014-11-16 16:06:00 +0200
committerrl1987 <rl1987@sdf.lonestar.org>2014-11-16 16:06:00 +0200
commit620e251dccf2e040ffbd9669016a22f6a774aef1 (patch)
tree938f3418039a6d24c262ebfe0a251fff7489f6a3 /src
parent0db96d023b9a927d55c18c06f57b6cc0a9bd34de (diff)
downloadtor-620e251dccf2e040ffbd9669016a22f6a774aef1.tar.gz
tor-620e251dccf2e040ffbd9669016a22f6a774aef1.zip
Rewriting comment for control_event_hs_descriptor_failed().
Diffstat (limited to 'src')
-rw-r--r--src/or/control.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/or/control.c b/src/or/control.c
index d9dc1bac35..54464cc23b 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -5139,9 +5139,10 @@ control_event_hs_descriptor_received(const rend_data_t *rend_query,
id_digest, NULL);
}
-/** send HS_DESC FAILED event
- *
- * called when request for hidden service descriptor returned failure.
+/** Send HS_DESC event to inform controller that query <b>rend_query</b>
+ * failed to retrieve hidden service descriptor identified by
+ * <b>id_digest</b>. If <b>reason</b> is not NULL, add it to REASON=
+ * field.
*/
void
control_event_hs_descriptor_failed(const rend_data_t *rend_query,