aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/selftest.h
diff options
context:
space:
mode:
authorteor <teor@riseup.net>2020-05-07 20:16:56 +1000
committerteor <teor@riseup.net>2020-05-07 20:16:56 +1000
commit74902c8aca96dda3178fac768223bcdb9a11f50c (patch)
tree2df88af692001a780926d856b40231662dd2cf72 /src/feature/relay/selftest.h
parent05c56ae455de1f8e1dc9816ab9dcd7f0cdc2c994 (diff)
downloadtor-74902c8aca96dda3178fac768223bcdb9a11f50c.tar.gz
tor-74902c8aca96dda3178fac768223bcdb9a11f50c.zip
Wrap long lines
Diffstat (limited to 'src/feature/relay/selftest.h')
-rw-r--r--src/feature/relay/selftest.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/feature/relay/selftest.h b/src/feature/relay/selftest.h
index f2350cf8f5..5799a6ca33 100644
--- a/src/feature/relay/selftest.h
+++ b/src/feature/relay/selftest.h
@@ -15,8 +15,10 @@
#ifdef HAVE_MODULE_RELAY
struct or_options_t;
-int router_should_skip_orport_reachability_check(const struct or_options_t *options);
-int router_should_skip_dirport_reachability_check(const struct or_options_t *options);
+int router_should_skip_orport_reachability_check(
+ const struct or_options_t *options);
+int router_should_skip_dirport_reachability_check(
+ const struct or_options_t *options);
void router_do_reachability_checks(int test_or, int test_dir);
void router_perform_bandwidth_test(int num_circs, time_t now);