summaryrefslogtreecommitdiff
path: root/src/or/router.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-09 12:21:08 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-09 12:21:08 -0400
commit7595eae52ace0d2e0110e3d0471d4a5ca0c99ce9 (patch)
tree328fca7ee16139b6216384781e1cb9b85bc43895 /src/or/router.h
parentc0feb698a0ab8574019d23cbd3060eb0513489c4 (diff)
downloadtor-7595eae52ace0d2e0110e3d0471d4a5ca0c99ce9.tar.gz
tor-7595eae52ace0d2e0110e3d0471d4a5ca0c99ce9.zip
Add a new net_is_completely_disabled() function
Diffstat (limited to 'src/or/router.h')
-rw-r--r--src/or/router.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.h b/src/or/router.h
index 03eca9c65d..0db2c1cfb2 100644
--- a/src/or/router.h
+++ b/src/or/router.h
@@ -53,6 +53,7 @@ void router_dirport_found_reachable(void);
void router_perform_bandwidth_test(int num_circs, time_t now);
int net_is_disabled(void);
+int net_is_completely_disabled(void);
int authdir_mode(const or_options_t *options);
int authdir_mode_handles_descs(const or_options_t *options, int purpose);