diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-11-17 17:51:27 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2012-12-07 15:28:38 -0800 |
commit | aa0e6e2c0337c5ddfc9f64ed593d8a59b3c4cb44 (patch) | |
tree | d53603ce35e8c65a151306cb4991e74b2a2a7225 /src/or/or.h | |
parent | 412ae099cb656ab47fc8cbb408aa5f4cee956961 (diff) | |
download | tor-aa0e6e2c0337c5ddfc9f64ed593d8a59b3c4cb44.tar.gz tor-aa0e6e2c0337c5ddfc9f64ed593d8a59b3c4cb44.zip |
Prop 209: Add in hidserv path bias counts for usage.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h index f26fc394fa..8501235b7b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2873,9 +2873,8 @@ typedef struct origin_circuit_t { unsigned int isolation_any_streams_attached : 1; /** - * Did any SOCKS streams actually succeed on this circuit? - * - * XXX: We probably also need to set this for intro other hidserv circs.. + * Did any SOCKS streams or hidserv introductions actually succeed on + * this circuit? */ unsigned int any_streams_succeeded : 1; |