[tor-commits] [tor/master] Rewriting comment for control_event_hs_descriptor_failed().
nickm at torproject.org
nickm at torproject.org
Mon Nov 17 14:34:37 UTC 2014
commit 620e251dccf2e040ffbd9669016a22f6a774aef1
Author: rl1987 <rl1987 at sdf.lonestar.org>
Date: Sun Nov 16 16:06:00 2014 +0200
Rewriting comment for control_event_hs_descriptor_failed().
---
src/or/control.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/or/control.c b/src/or/control.c
index d9dc1ba..54464cc 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,
More information about the tor-commits
mailing list