diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-10-24 18:03:09 -0700 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2012-12-07 15:28:37 -0800 |
commit | 248fbc3619664e1d9f4b16732ccbdb484939624d (patch) | |
tree | a1f026afd2c3c3ca7c92ffa3308494061ff00b3c /src/or/circuitbuild.h | |
parent | 954f263ed5eb451a0742f8888681e10e64dd193a (diff) | |
download | tor-248fbc3619664e1d9f4b16732ccbdb484939624d.tar.gz tor-248fbc3619664e1d9f4b16732ccbdb484939624d.zip |
Update pathbias parameters to match Proposal 209.
Needs manpage update and testing still..
Diffstat (limited to 'src/or/circuitbuild.h')
-rw-r--r-- | src/or/circuitbuild.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuitbuild.h b/src/or/circuitbuild.h index 78575afcf2..52f9f7955d 100644 --- a/src/or/circuitbuild.h +++ b/src/or/circuitbuild.h @@ -53,7 +53,8 @@ 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); +double pathbias_get_crit_rate(const or_options_t *options); +int pathbias_get_dropguards(const or_options_t *options); #endif |