summaryrefslogtreecommitdiff
path: root/src/or/entrynodes.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-20 14:35:26 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-20 14:35:26 -0500
commitb1ab360eca6a1ebd82762d7a735848c25cf19db1 (patch)
tree45f1269e533b664ba2a8057dff1b837d52316cf5 /src/or/entrynodes.h
parent9068e55ce8c11c6500b44347fb9159bb5a8ef8bf (diff)
parentda82e0b5795c449f4442c87e065e9a60da4892a8 (diff)
downloadtor-b1ab360eca6a1ebd82762d7a735848c25cf19db1.tar.gz
tor-b1ab360eca6a1ebd82762d7a735848c25cf19db1.zip
Merge branch 'maint-0.3.2'
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r--src/or/entrynodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index 3ca966bc78..9d1293d02a 100644
--- a/src/or/entrynodes.h
+++ b/src/or/entrynodes.h
@@ -525,7 +525,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);
/**