diff options
author | Roger Dingledine <arma@torproject.org> | 2010-04-23 18:35:11 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-04-23 18:35:11 -0400 |
commit | cb31978adb3d92d304df0c2a408d9f5f75891667 (patch) | |
tree | ea28f4e02f6b05e0b954565b9081300b1bfb18d8 /src/or/or.h | |
parent | 6ad09cc6afa4d620978b6b18f7f134d15903dcc1 (diff) | |
download | tor-cb31978adb3d92d304df0c2a408d9f5f75891667.tar.gz tor-cb31978adb3d92d304df0c2a408d9f5f75891667.zip |
close idle dir-fetch circs early
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 74ab7e78dc..97f94d0178 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2834,6 +2834,8 @@ int circuit_conforms_to_options(const origin_circuit_t *circ, void circuit_build_needed_circs(time_t now); void circuit_detach_stream(circuit_t *circ, edge_connection_t *conn); +void circuit_expire_old_circuits_serverside(time_t now); + void reset_bandwidth_test(void); int circuit_enough_testing_circs(void); |