diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-18 15:58:19 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-18 15:58:19 -0500 |
commit | d5d7c3e63843ef4df72c809682ededa9e5c5dbfd (patch) | |
tree | 5574bc9f5a46a35e1479bde06890bbc710b900d3 /src/or/entrynodes.h | |
parent | 3efe8bb8ac6c1b62cc488e72b890b699f2fe7081 (diff) | |
download | tor-d5d7c3e63843ef4df72c809682ededa9e5c5dbfd.tar.gz tor-d5d7c3e63843ef4df72c809682ededa9e5c5dbfd.zip |
Remove argument from guards_choose_dirguard
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index 2fd11cb62c..6bbdff1e66 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -314,8 +314,7 @@ struct circuit_guard_state_t { int guards_update_all(void); const node_t *guards_choose_guard(cpath_build_state_t *state, circuit_guard_state_t **guard_state_out); -const node_t *guards_choose_dirguard(dirinfo_type_t info, - circuit_guard_state_t **guard_state_out); +const node_t *guards_choose_dirguard(circuit_guard_state_t **guard_state_out); #if 1 /* XXXX NM I would prefer that all of this stuff be private to |