Loading src/lib/trace/events.h +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ /* Enable event tracing for the debug framework where all trace events are * mapped to a log_debug(). */ #ifdef USE_EVENT_TRACING_DEBUG #include "trace/debug.h" #include "lib/trace/debug.h" #endif #else /* TOR_EVENT_TRACING_ENABLED */ Loading src/lib/trace/trace.c +1 −1 Original line number Diff line number Diff line /* Copyright (c) 2017-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #include "trace/trace.h" #include "lib/trace/trace.h" /** Initialize the tracing library. */ void Loading Loading
src/lib/trace/events.h +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ /* Enable event tracing for the debug framework where all trace events are * mapped to a log_debug(). */ #ifdef USE_EVENT_TRACING_DEBUG #include "trace/debug.h" #include "lib/trace/debug.h" #endif #else /* TOR_EVENT_TRACING_ENABLED */ Loading
src/lib/trace/trace.c +1 −1 Original line number Diff line number Diff line /* Copyright (c) 2017-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #include "trace/trace.h" #include "lib/trace/trace.h" /** Initialize the tracing library. */ void Loading