diff options
author | potentiate <potentiate@netherworld.(none)> | 2009-05-14 05:20:27 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-14 17:50:06 -0400 |
commit | 1b61c8bf377759345e761b0e7bac35c9fbf52f61 (patch) | |
tree | 44acec708f96c8e20dd5f7ee3be96868bc8b7169 /src/or/or.h | |
parent | 479d21254ac49f6493087ce1385bcfe8d84476d4 (diff) | |
download | tor-1b61c8bf377759345e761b0e7bac35c9fbf52f61.tar.gz tor-1b61c8bf377759345e761b0e7bac35c9fbf52f61.zip |
Fix misreporting of stream bandwidths.
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 fd75229649..7ac9e80004 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3220,6 +3220,7 @@ int control_event_stream_status(edge_connection_t *conn, int control_event_or_conn_status(or_connection_t *conn, or_conn_status_event_t e, int reason); int control_event_bandwidth_used(uint32_t n_read, uint32_t n_written); +int control_event_stream_bandwidth(edge_connection_t *edge_conn); int control_event_stream_bandwidth_used(void); void control_event_logmsg(int severity, unsigned int domain, const char *msg); int control_event_descriptors_changed(smartlist_t *routers); |