diff options
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 40c57e01b..9eefc6768 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 */ |