aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2012-11-21 16:31:58 -0800
committerMike Perry <mikeperry-git@fscked.org>2012-12-07 15:28:38 -0800
commit9b4046607232c636c58f04672c1b762968a8b023 (patch)
treeee15acefac7d0aa97e92524f198ff8c49ef2e15a /src/or
parentc3028edba6f8474175a59ad22dd0d3ca23c60f85 (diff)
downloadtor-9b4046607232c636c58f04672c1b762968a8b023.tar
tor-9b4046607232c636c58f04672c1b762968a8b023.tar.gz
Document that care needs to be taken with any_streams_attached.
Diffstat (limited to 'src/or')
-rw-r--r--src/or/or.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 8501235b7..d165705e9 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2875,6 +2875,10 @@ typedef struct origin_circuit_t {
/**
* Did any SOCKS streams or hidserv introductions actually succeed on
* this circuit?
+ *
+ * Note: If we ever implement end-to-end stream timing through test
+ * stream probes (#5707), we must *not* set this for those probes
+ * (or any other automatic streams).
*/
unsigned int any_streams_succeeded : 1;