From 42e3c04a7a5fb47a97766e54c72885c5c2bf23a9 Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Thu, 25 Oct 2012 17:43:10 -0700 Subject: Bug 3443: Don't count ORconn setup in circuit build time. Also, add a hack Roger suggested where we're more patient if no circuits are opened yet. --- 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 1a12cf4bc..4d031c359 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -52,6 +52,7 @@ typedef struct entry_guard_t { entry_guard_t *entry_guard_get_by_id_digest(const char *digest); void entry_guards_changed(void); const smartlist_t *get_entry_guards(void); +int num_live_entry_guards(void); #endif -- cgit v1.2.3