DROPGUARDS controller command

Implements ticket 9934; patch from "ra"
This commit is contained in:
Nick Mathewson
2013-10-21 13:02:25 -04:00
parent 17d368281a
commit 71bd100976
4 changed files with 52 additions and 0 deletions
+2
View File
@@ -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);