diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-04 05:10:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-04 05:10:49 +0000 |
commit | b51a444dd27ecb94a8c14a8a3e915f2114ff8d31 (patch) | |
tree | af9a28b016af7f156c8eae6cc39e56c74070e63c /src/or/circuitbuild.c | |
parent | 75684a48d53df1a82081ee2455509c05ee3d0d7e (diff) | |
download | tor-b51a444dd27ecb94a8c14a8a3e915f2114ff8d31.tar.gz tor-b51a444dd27ecb94a8c14a8a3e915f2114ff8d31.zip |
commit some odds and ends, so my tree is clean
svn:r2137
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 40c57e01b0..9eefc67689 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -389,6 +389,7 @@ int circuit_send_next_onion_skin(circuit_t *circ) { if(!has_completed_circuit) { has_completed_circuit=1; log_fn(LOG_NOTICE,"Tor has successfully opened a circuit. Looks like it's working."); +// XXX008 put a count of known routers here } circuit_rep_hist_note_result(circ); circuit_has_opened(circ); /* do other actions as necessary */ |