tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit dfaa0a82acdfbd65dde0a30fa8fd598304a86816
parent 942ecfa835bc50ed11912df034abf5f184d46033
Author: David Goulet <dgoulet@torproject.org>
Date:   Fri, 10 Jul 2020 12:12:26 -0400

changes: Add changes file for #32910

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Achanges/ticket32910 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/ticket32910 b/changes/ticket32910 @@ -0,0 +1,5 @@ + o Major feature (tracing): + - Add a tracing library with USDT and LTTng-UST support. Few tracepoints + were added in the circuit subsystem. More will come incrementally. This + feature is compiled out by default. It needs to be enabled at configure + time. See documentation in doc/HACKING/Tracing.md. Closes ticket 32910.