diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-10-25 17:43:10 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-07 10:34:09 -0500 |
commit | 42e3c04a7a5fb47a97766e54c72885c5c2bf23a9 (patch) | |
tree | 8152658f1006592a3b35d88e8fcf7d1c4ae9ad0f /src/or/entrynodes.h | |
parent | bd93ff8dd76b06ca3afe1f362b086d4f12639f71 (diff) | |
download | tor-42e3c04a7a5fb47a97766e54c72885c5c2bf23a9.tar.gz tor-42e3c04a7a5fb47a97766e54c72885c5c2bf23a9.zip |
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.
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index 1a12cf4bc3..4d031c3593 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 |