diff options
author | David Goulet <dgoulet@torproject.org> | 2020-02-13 13:25:42 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-08 09:18:33 -0400 |
commit | d80c34d214f88c0831ce7cf7595c5e6e8b6fa168 (patch) | |
tree | c992a809323febfe824dc814bded21928d442066 /scripts/maint | |
parent | 24a5983d84a99dc10c0b8fe961af03135960085b (diff) | |
download | tor-d80c34d214f88c0831ce7cf7595c5e6e8b6fa168.tar.gz tor-d80c34d214f88c0831ce7cf7595c5e6e8b6fa168.zip |
trace: Move LTTng specific declartion to .inc file
LTTng tracepoint probe declaration is not really following a C standard that
coccinelle and checkSpace.pl likes.
Move everything to a .inc file and standardize the trace_probes_circuit.h
header to include that LTTng specific file if the instrumentation was enabled
at configure time.
Part of #32910
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'scripts/maint')
-rw-r--r-- | scripts/maint/practracker/exceptions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt index 8b4ffcceca..87581b6c8c 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -325,3 +325,4 @@ problem function-size /src/tools/tor-resolve.c:build_socks5_resolve_request() 10 problem function-size /src/tools/tor-resolve.c:do_resolve() 171 problem function-size /src/tools/tor-resolve.c:main() 112 problem dependency-violation /src/core/or/trace_probes_circuit.c 1 +problem dependency-violation /src/core/or/trace_probes_circuit.h 1 |