diff options
author | Roger Dingledine <arma@torproject.org> | 2016-10-31 00:20:22 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-11-01 19:52:54 -0400 |
commit | 28b755e66007c94521c45bdda07abdf3bcd59656 (patch) | |
tree | 8896f75026ae9b38cf2b4a2e9055d795ea51187c /src/or/main.h | |
parent | b0f1241a1d9319387eb536c1edd0b4c15d1e8ac3 (diff) | |
download | tor-28b755e66007c94521c45bdda07abdf3bcd59656.tar.gz tor-28b755e66007c94521c45bdda07abdf3bcd59656.zip |
refactor out the tor_event_base_loopexit() call
no actual changes
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 ad865b8124..6949376f3e 100644 --- a/src/or/main.h +++ b/src/or/main.h @@ -45,6 +45,8 @@ int connection_is_writing(connection_t *conn); MOCK_DECL(void,connection_stop_writing,(connection_t *conn)); MOCK_DECL(void,connection_start_writing,(connection_t *conn)); +void tell_event_loop_to_finish(void); + void connection_stop_reading_from_linked_conn(connection_t *conn); void directory_all_unreachable(time_t now); |