aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/status.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-07 10:45:29 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-07 10:45:29 -0400
commit24c721de37d2e10f5c864c2e8001f1468a8a4506 (patch)
tree0d4a57b24e455f1f4cc15c45839c34170b8fdfe7 /src/core/or/status.h
parent6fde1548f2eb4551db3652ed59f487b430776d8f (diff)
downloadtor-24c721de37d2e10f5c864c2e8001f1468a8a4506.tar.gz
tor-24c721de37d2e10f5c864c2e8001f1468a8a4506.zip
Log number of inbound/outbound ipv4/6 conns as part of heartbeat
Closes #29113
Diffstat (limited to 'src/core/or/status.h')
-rw-r--r--src/core/or/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/or/status.h b/src/core/or/status.h
index 639f8cdf51..271e0dbc9a 100644
--- a/src/core/or/status.h
+++ b/src/core/or/status.h
@@ -11,6 +11,7 @@
#include "lib/testsupport/testsupport.h"
+void note_connection(bool inbound, int family);
int log_heartbeat(time_t now);
#ifdef STATUS_PRIVATE