summaryrefslogtreecommitdiff
path: root/src/or/control.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-02-20 02:03:42 -0500
committerNick Mathewson <nickm@torproject.org>2015-02-23 13:03:56 -0500
commitd221b507c9b014039a94aa91bed082689342e347 (patch)
tree32b2d78390aaa9a126dbbe729f11d23db63efaa6 /src/or/control.h
parent10ae9b9bf5882287ada74bc3e90f65ca64c27fab (diff)
downloadtor-d221b507c9b014039a94aa91bed082689342e347.tar.gz
tor-d221b507c9b014039a94aa91bed082689342e347.zip
Avoid logging natural-language reports that are redundant with bootstrapping
Diffstat (limited to 'src/or/control.h')
-rw-r--r--src/or/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.h b/src/or/control.h
index 8c9f7bbdc9..47a601817a 100644
--- a/src/or/control.h
+++ b/src/or/control.h
@@ -92,7 +92,7 @@ void enable_control_logging(void);
void monitor_owning_controller_process(const char *process_spec);
-void control_event_bootstrap(bootstrap_status_t status, int progress);
+int control_event_bootstrap(bootstrap_status_t status, int progress);
MOCK_DECL(void, control_event_bootstrap_problem,(const char *warn,
int reason,
or_connection_t *or_conn));