From c6d218c44b723bbc02efc43d89507c7305137e5a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 27 Nov 2016 13:55:36 -0500 Subject: Unit tests for entry_guard_{pick_for_circuit,succeeded,failed} --- src/or/entrynodes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/entrynodes.h') 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() */ -- cgit v1.2.3-54-g00ecf