diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-30 11:12:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-30 11:12:46 -0400 |
commit | 2238b6320b6e33b5c661012fcbe6831b42a8e123 (patch) | |
tree | b571240691ee65a5919b48f03394cc7188b18be0 /src/feature/relay/selftest.h | |
parent | 081d84c1de4cbf44bcac7afa0ab7417728052946 (diff) | |
download | tor-2238b6320b6e33b5c661012fcbe6831b42a8e123.tar.gz tor-2238b6320b6e33b5c661012fcbe6831b42a8e123.zip |
Refactor reachability test logging: log exactly what we launch.
Previously we had two chains of logic for reachability tests: one
for launching them, and one for telling the user that we had
launched them. Now, we simply have the launch code inform the user:
this way, we can't get out of sync.
Closes ticket 34137.
Diffstat (limited to 'src/feature/relay/selftest.h')
-rw-r--r-- | src/feature/relay/selftest.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/relay/selftest.h b/src/feature/relay/selftest.h index 911d8bdc3f..e09c0e7898 100644 --- a/src/feature/relay/selftest.h +++ b/src/feature/relay/selftest.h @@ -25,7 +25,6 @@ int router_dirport_seems_reachable( void router_do_reachability_checks(int test_or, int test_dir); void router_perform_bandwidth_test(int num_circs, time_t now); -int inform_testing_reachability(void); void router_orport_found_reachable(int family); void router_dirport_found_reachable(void); |