blob: a8ac09d8796f5eab5c9365fdb00939fc3b0a188f (
plain)
1
2
3
4
5
6
7
8
|
/**
@dir lib/trace
@brief lib/trace: Function-tracing functionality API.
This module is used for adding "trace" support (low-granularity function
logging) to Tor. Right now it doesn't have many users.
**/
|