diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-29 10:14:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-16 11:06:18 -0500 |
commit | 53f248f6c9d71784c271cf14501ec4c28e5e885d (patch) | |
tree | 75b16a87ae378b930796e631bf1f0f01ac8c55e8 /src/or/entrynodes.h | |
parent | 1d52ac4d3f67a6e3fac3602f87d00c14060068ab (diff) | |
download | tor-53f248f6c9d71784c271cf14501ec4c28e5e885d.tar.gz tor-53f248f6c9d71784c271cf14501ec4c28e5e885d.zip |
Add some needed accessors/inspectors for bridge/guard convergence
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index cbc3f89cb4..21dab6ea18 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -563,10 +563,6 @@ void remove_all_entry_guards_for_guard_selection(guard_selection_t *gs); void remove_all_entry_guards(void); struct bridge_info_t; -// XXXX prop271 should this be a public API? -entry_guard_t *entry_guard_add_bridge_to_sample( - const struct bridge_info_t *bridge); - void entry_guard_learned_bridge_identity(const tor_addr_port_t *addrport, const uint8_t *rsa_id_digest); |