diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-18 16:36:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-18 16:36:25 -0400 |
commit | 597cd893c557f8e05be98b6cade1b312fc6f0f8d (patch) | |
tree | e0739825eef13b029be94b06ea742d38f888aad4 /src/or/circuituse.h | |
parent | 01407f9718a7b1eb4e43b46c2799a390551aad29 (diff) | |
parent | 7bb51fdd89feb5ea3eb7e0a0b76c0dda0e50a82e (diff) | |
download | tor-597cd893c557f8e05be98b6cade1b312fc6f0f8d.tar.gz tor-597cd893c557f8e05be98b6cade1b312fc6f0f8d.zip |
Merge remote-tracking branch 'public/bug6174' into maint-0.2.4
Diffstat (limited to 'src/or/circuituse.h')
-rw-r--r-- | src/or/circuituse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuituse.h b/src/or/circuituse.h index d4d68aad92..11e5a64163 100644 --- a/src/or/circuituse.h +++ b/src/or/circuituse.h @@ -55,6 +55,7 @@ void circuit_change_purpose(circuit_t *circ, uint8_t new_purpose); int hostname_in_track_host_exits(const or_options_t *options, const char *address); +void mark_circuit_unusable_for_new_conns(origin_circuit_t *circ); #endif |