diff options
author | Andrea Shepard <andrea@torproject.org> | 2016-07-02 04:39:45 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-08-20 01:43:51 +0000 |
commit | 26c2ded00cfcf1c86ebe10a65b6de0af0e5b76c7 (patch) | |
tree | a110fe894622639b882a836914e4845c5fee9e53 /src/or/main.h | |
parent | 709f2cbf58c0acc4c84035dadc6be4846b5d3f3e (diff) | |
download | tor-26c2ded00cfcf1c86ebe10a65b6de0af0e5b76c7.tar.gz tor-26c2ded00cfcf1c86ebe10a65b6de0af0e5b76c7.zip |
Unit test for connection_handle_oos()
Diffstat (limited to 'src/or/main.h')
-rw-r--r-- | src/or/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.h b/src/or/main.h index 4f58f170d5..45c3b3ff78 100644 --- a/src/or/main.h +++ b/src/or/main.h @@ -47,7 +47,7 @@ MOCK_DECL(void,connection_start_writing,(connection_t *conn)); void connection_stop_reading_from_linked_conn(connection_t *conn); -int connection_count_moribund(void); +MOCK_DECL(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); |