mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
cb8ac1f331
This commit adds the src/trace directory containing the basics for our tracing subsystem. It is not used in the code base. The "src/trace/debug.h" file contains an example on how we can map our tor trace events to log_debug(). The tracing subsystem can only be enabled by tracing framework at compile time. This commit introduces the "--enable-tracing-debug" option that will make all "tor_trace()" function be maped to "log_debug()". Closes #13802 Signed-off-by: David Goulet <dgoulet@torproject.org>
11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
include src/ext/include.am
|
|
include src/trunnel/include.am
|
|
include src/common/include.am
|
|
include src/or/include.am
|
|
include src/test/include.am
|
|
include src/tools/include.am
|
|
include src/win32/include.am
|
|
include src/config/include.am
|
|
include src/test/fuzz/include.am
|
|
include src/trace/include.am
|