diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-21 13:02:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-21 13:02:25 -0400 |
commit | 71bd10097677cd035bd97a6c36b85d07fdbafb62 (patch) | |
tree | c721e0bbe724ae462e46b7c44ab094c7d4fcdccb /src/or/entrynodes.h | |
parent | 17d368281ad374908fb019e29f3f012659be010c (diff) | |
download | tor-71bd10097677cd035bd97a6c36b85d07fdbafb62.tar.gz tor-71bd10097677cd035bd97a6c36b85d07fdbafb62.zip |
DROPGUARDS controller command
Implements ticket 9934; patch from "ra"
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index 533f2027aa..1f8cff75a2 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); |