diff options
author | Andrea Shepard <andrea@persephoneslair.org> | 2012-08-08 06:02:47 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2012-10-08 03:04:58 -0700 |
commit | 32337502f11e6c84e4db8591f5f81c4fc6d1da58 (patch) | |
tree | f707ae06db7501613b9bc5975a4c9b0fc0c04923 /src/or/main.c | |
parent | 15303c32ec9d84aff8de5ed9df28e779c36c6e5c (diff) | |
download | tor-32337502f11e6c84e4db8591f5f81c4fc6d1da58.tar.gz tor-32337502f11e6c84e4db8591f5f81c4fc6d1da58.zip |
Use channel_t rather than or_connection_t for circuits
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index 74bb696725..a1b1502e4f 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -2148,6 +2148,7 @@ dumpstats(int severity) } } } + /* TODO add dump for channels with circuit_dump_by_chan() */ circuit_dump_by_conn(conn, severity); /* dump info about all the circuits * using this conn */ } SMARTLIST_FOREACH_END(conn); |