diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-04-08 03:36:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-04-08 03:36:39 +0000 |
commit | 74dc7eedc510d70ea600dd5938f45947a314bc24 (patch) | |
tree | 3c3cd636c2b88314e3adaa7e5b17e096dca09c22 /src/or/or.h | |
parent | 31c12e265fbd135aba4c335da48ceb5a80f2859e (diff) | |
download | tor-74dc7eedc510d70ea600dd5938f45947a314bc24.tar.gz tor-74dc7eedc510d70ea600dd5938f45947a314bc24.zip |
Add kludgy function to force controllers to flush EVENT_ERR_MSG events.
svn:r4057
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 5f7c2823a2..853025e425 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1283,6 +1283,7 @@ int connection_fetch_from_buf(char *string, size_t len, connection_t *conn); int connection_wants_to_flush(connection_t *conn); int connection_outbuf_too_full(connection_t *conn); int connection_handle_write(connection_t *conn); +void _connection_controller_force_write(connection_t *conn); void connection_write_to_buf(const char *string, size_t len, connection_t *conn); connection_t *connection_or_exact_get_by_addr_port(uint32_t addr, uint16_t port); |