diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-31 14:28:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-31 14:28:49 -0400 |
commit | 5cba0ddfc46e7bc5dc7251aee1cc048ec050f280 (patch) | |
tree | c5ef0c87a6d60c6291f1bd686d090543bb373d95 /src/or/circpathbias.h | |
parent | b4ebf8421ada3edf104ae5fc96d288f11271445b (diff) | |
download | tor-5cba0ddfc46e7bc5dc7251aee1cc048ec050f280.tar.gz tor-5cba0ddfc46e7bc5dc7251aee1cc048ec050f280.zip |
Make circpathbias and circuitbuild compile.
That was the tricky part
Diffstat (limited to 'src/or/circpathbias.h')
-rw-r--r-- | src/or/circpathbias.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/circpathbias.h b/src/or/circpathbias.h index bccc6f6fd5..c95d801a4b 100644 --- a/src/or/circpathbias.h +++ b/src/or/circpathbias.h @@ -16,6 +16,8 @@ double pathbias_get_extreme_rate(const or_options_t *options); double pathbias_get_extreme_use_rate(const or_options_t *options); int pathbias_get_dropguards(const or_options_t *options); void pathbias_count_timeout(origin_circuit_t *circ); +void pathbias_count_build_success(origin_circuit_t *circ); +int pathbias_count_build_attempt(origin_circuit_t *circ); int pathbias_check_close(origin_circuit_t *circ, int reason); int pathbias_check_probe_response(circuit_t *circ, const cell_t *cell); void pathbias_count_use_attempt(origin_circuit_t *circ); |