From 1b61c8bf377759345e761b0e7bac35c9fbf52f61 Mon Sep 17 00:00:00 2001 From: potentiate Date: Thu, 14 May 2009 05:20:27 -0700 Subject: Fix misreporting of stream bandwidths. --- src/or/or.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/or.h') 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); -- cgit v1.2.3-54-g00ecf