aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-10-21 13:02:25 -0400
committerNick Mathewson <nickm@torproject.org>2013-10-21 13:02:25 -0400
commit71bd10097677cd035bd97a6c36b85d07fdbafb62 (patch)
treec721e0bbe724ae462e46b7c44ab094c7d4fcdccb /src/or/entrynodes.h
parent17d368281ad374908fb019e29f3f012659be010c (diff)
downloadtor-71bd10097677cd035bd97a6c36b85d07fdbafb62.tar
tor-71bd10097677cd035bd97a6c36b85d07fdbafb62.tar.gz
DROPGUARDS controller command
Implements ticket 9934; patch from "ra"
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r--src/or/entrynodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index 533f2027a..1f8cff75a 100644
--- a/src/or/entrynodes.h
+++ b/src/or/entrynodes.h
@@ -77,6 +77,8 @@ int num_live_entry_guards(int for_directory);
#endif
+void remove_all_entry_guards(void);
+
void entry_guards_compute_status(const or_options_t *options, time_t now);
int entry_guard_register_connect_status(const char *digest, int succeeded,
int mark_relay_status, time_t now);