diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-20 14:29:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-20 14:29:50 -0500 |
commit | da82e0b5795c449f4442c87e065e9a60da4892a8 (patch) | |
tree | d120f3c7133070b6adfd59cfc306a3599793c197 /src/or/entrynodes.h | |
parent | e2d8300c1060050dad9092e211c6753376b87ad6 (diff) | |
parent | 69f93f806c4531e9498257578a10935e7859390f (diff) | |
download | tor-da82e0b5795c449f4442c87e065e9a60da4892a8.tar.gz tor-da82e0b5795c449f4442c87e065e9a60da4892a8.zip |
Merge branch 'bug23817_031' into maint-0.3.2
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index 49bb3e55c4..d177f6cff4 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -521,7 +521,7 @@ STATIC void entry_guard_consider_retry(entry_guard_t *guard); STATIC void make_guard_confirmed(guard_selection_t *gs, entry_guard_t *guard); STATIC void entry_guards_update_confirmed(guard_selection_t *gs); STATIC void entry_guards_update_primary(guard_selection_t *gs); -STATIC int num_reachable_filtered_guards(guard_selection_t *gs, +STATIC int num_reachable_filtered_guards(const guard_selection_t *gs, const entry_guard_restriction_t *rst); STATIC void sampled_guards_update_from_consensus(guard_selection_t *gs); /** |