aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-04-23 03:04:46 +0000
committerNick Mathewson <nickm@torproject.org>2007-04-23 03:04:46 +0000
commit473c266fc2c7ca4b0c5ccd2f37f9af04dddd4920 (patch)
treeb5d1248ebbc6a63b7c889231e43232f09d119048 /src/or/or.h
parent5cf600b57a138c70d7900a6259a27b9b2f8fc771 (diff)
downloadtor-473c266fc2c7ca4b0c5ccd2f37f9af04dddd4920.tar
tor-473c266fc2c7ca4b0c5ccd2f37f9af04dddd4920.tar.gz
r12496@catbus: nickm | 2007-04-22 23:04:05 -0400
When logging memory usage, break down memory used in buffers by buffer type. svn:r10004
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 8d15d5bae..a5747ed91 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2252,6 +2252,7 @@ char *alloc_http_authenticator(const char *authenticator);
void assert_connection_ok(connection_t *conn, time_t now);
int connection_or_nonopen_was_started_here(or_connection_t *conn);
+void connection_dump_buffer_mem_stats(int severity);
/********************************* connection_edge.c *************************/