aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/circuitlist.h
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2024-01-30 16:24:55 +0000
committerAlexander Færøy <ahf@torproject.org>2024-01-30 16:24:55 +0000
commit824a0c466512401d67e66a8313331637edf0504c (patch)
treed106b9f10a734538f3e1bc64eb62756f8a0f9ad5 /src/core/or/circuitlist.h
parent4a94d0394e846e04e88ad0bfc6ff80f2b4539fe1 (diff)
parent5a5ca444c80ee5ef17a5f0b0d94720e82f51209c (diff)
downloadtor-824a0c466512401d67e66a8313331637edf0504c.tar.gz
tor-824a0c466512401d67e66a8313331637edf0504c.zip
Merge branch 'ticket40816_049_01' into 'main'
metrics: Add new relay metrics to MetricsPort Closes #40816 See merge request tpo/core/tor!793
Diffstat (limited to 'src/core/or/circuitlist.h')
-rw-r--r--src/core/or/circuitlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/or/circuitlist.h b/src/core/or/circuitlist.h
index ca3c5bd0ee..0c8f958d2a 100644
--- a/src/core/or/circuitlist.h
+++ b/src/core/or/circuitlist.h
@@ -172,6 +172,7 @@
extern double cc_stats_circ_close_cwnd_ma;
extern double cc_stats_circ_close_ss_cwnd_ma;
extern uint64_t cc_stats_circs_closed;
+extern uint64_t circ_n_proto_violation;
/** Convert a circuit_t* to a pointer to the enclosing or_circuit_t. Assert
* if the cast is impossible. */