diff options
author | Andrea Shepard <andrea@torproject.org> | 2016-06-30 13:27:35 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-08-20 01:43:50 +0000 |
commit | 2bc19171ef6d3d569b3116ce49e93b20bd9b7449 (patch) | |
tree | 2cf3699d7468fdbfd7340a7dfc791d7982931d36 /src/or/main.h | |
parent | 4f253d4c676caba979ddf4bc2668273700f279ae (diff) | |
download | tor-2bc19171ef6d3d569b3116ce49e93b20bd9b7449.tar.gz tor-2bc19171ef6d3d569b3116ce49e93b20bd9b7449.zip |
Implement connection_count_moribund() for OOS handler
Diffstat (limited to 'src/or/main.h')
-rw-r--r-- | src/or/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/main.h b/src/or/main.h index 31a22de424..4f58f170d5 100644 --- a/src/or/main.h +++ b/src/or/main.h @@ -47,6 +47,8 @@ MOCK_DECL(void,connection_start_writing,(connection_t *conn)); void connection_stop_reading_from_linked_conn(connection_t *conn); +int connection_count_moribund(void); + void directory_all_unreachable(time_t now); void directory_info_has_arrived(time_t now, int from_cache, int suppress_logs); |