diff options
author | Andrea Shepard <andrea@torproject.org> | 2013-01-28 16:16:45 -0800 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2013-01-28 16:16:45 -0800 |
commit | 123daffb600cb1b581bee9dd576a980a06926f9c (patch) | |
tree | 07952acab822f5a86a7d47752ac0f50116a405f8 /src/or/circuitbuild.h | |
parent | dfbd19df418347d833df650e68367c96a3aa37ad (diff) | |
parent | a78542f0c30a6d8a25b3a8c92fec61c04c3feeaf (diff) | |
download | tor-123daffb600cb1b581bee9dd576a980a06926f9c.tar tor-123daffb600cb1b581bee9dd576a980a06926f9c.tar.gz |
Merge branch 'bug7802' of ssh://git-rw.torproject.org/mikeperry/tor
Diffstat (limited to 'src/or/circuitbuild.h')
-rw-r--r-- | src/or/circuitbuild.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/circuitbuild.h b/src/or/circuitbuild.h index e6cf802f2..d03a7c532 100644 --- a/src/or/circuitbuild.h +++ b/src/or/circuitbuild.h @@ -58,10 +58,13 @@ const char *build_state_get_exit_nickname(cpath_build_state_t *state); const node_t *choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state); 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); 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); +void pathbias_mark_use_success(origin_circuit_t *circ); #endif |