diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-22 14:36:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-22 14:36:30 -0400 |
commit | 848333c6d6d65775cb787755577c4b24ae512389 (patch) | |
tree | 3f98370fc515a2b94bab7ba0d06e6ec6949ff8a3 /src/or/circuitbuild.h | |
parent | fa6a65756fff4f2c1da82839199baecdb410b5c7 (diff) | |
download | tor-848333c6d6d65775cb787755577c4b24ae512389.tar.gz tor-848333c6d6d65775cb787755577c4b24ae512389.zip |
Fix more madness from the split_circuitbuild merge
Diffstat (limited to 'src/or/circuitbuild.h')
-rw-r--r-- | src/or/circuitbuild.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/circuitbuild.h b/src/or/circuitbuild.h index a1d4072685..78575afcf2 100644 --- a/src/or/circuitbuild.h +++ b/src/or/circuitbuild.h @@ -51,5 +51,9 @@ void extend_info_free(extend_info_t *info); const node_t *build_state_get_exit_node(cpath_build_state_t *state); 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_disable_rate(const or_options_t *options); + #endif |