aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-27 13:55:36 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-16 11:06:17 -0500
commitc6d218c44b723bbc02efc43d89507c7305137e5a (patch)
tree89399a9026d8820db082090eacd40986ff3ff74f /src/or/entrynodes.h
parent9493711077a0de1a704657b9645f0127e77455ed (diff)
downloadtor-c6d218c44b723bbc02efc43d89507c7305137e5a.tar.gz
tor-c6d218c44b723bbc02efc43d89507c7305137e5a.zip
Unit tests for entry_guard_{pick_for_circuit,succeeded,failed}
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r--src/or/entrynodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index 0ed94cb418..a0f4c2e3f1 100644
--- a/src/or/entrynodes.h
+++ b/src/or/entrynodes.h
@@ -434,6 +434,7 @@ STATIC char *entry_guard_encode_for_state(entry_guard_t *guard);
STATIC entry_guard_t *entry_guard_parse_from_state(const char *s);
STATIC void entry_guard_free(entry_guard_t *e);
STATIC void entry_guards_update_filtered_sets(guard_selection_t *gs);
+STATIC int entry_guards_all_primary_guards_are_down(guard_selection_t *gs);
/**
* @name Flags for sample_reachable_filtered_entry_guards()
*/