aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-04-05 22:56:17 +0000
committerNick Mathewson <nickm@torproject.org>2005-04-05 22:56:17 +0000
commit499129093599f2395331c53fc2b911ed66b97a22 (patch)
treee855bdd2feccc22a73c9546ddd5ae855bcbd7a45 /src/or/or.h
parent46be0fa99915608d823ac6b82356f60ea7e5fc1d (diff)
downloadtor-499129093599f2395331c53fc2b911ed66b97a22.tar
tor-499129093599f2395331c53fc2b911ed66b97a22.tar.gz
Revise control spec and implementation to allow all log messages to be sent to controller with their severities intact.
svn:r4010
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 25c912f4f..b555ffd37 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1407,6 +1407,7 @@ typedef enum or_conn_status_event_t {
OR_CONN_EVENT_CLOSED = 3,
} or_conn_status_event_t;
+void adjust_event_log_severity(void);
int connection_control_finished_flushing(connection_t *conn);
int connection_control_reached_eof(connection_t *conn);
int connection_control_process_inbuf(connection_t *conn);