diff options
author | David Goulet <dgoulet@torproject.org> | 2019-07-25 10:28:38 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-07-25 10:28:38 -0400 |
commit | 57f955a38b5d547659cf8df194b4854afbf568f6 (patch) | |
tree | df096ea34e34c20e613c2af3df05271a68b94712 /scripts | |
parent | 044bb019b6959ce71e5f28ae537890a5860a3678 (diff) | |
download | tor-57f955a38b5d547659cf8df194b4854afbf568f6.tar.gz tor-57f955a38b5d547659cf8df194b4854afbf568f6.zip |
practracker: Make it happing for circuitpadding.c
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/maint/practracker/exceptions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt index 66e9f7a0c2..1a0136e8e0 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -87,7 +87,7 @@ problem function-size /src/core/or/circuitlist.c:circuit_about_to_free() 120 problem function-size /src/core/or/circuitlist.c:circuits_handle_oom() 117 problem function-size /src/core/or/circuitmux.c:circuitmux_set_policy() 110 problem function-size /src/core/or/circuitmux.c:circuitmux_attach_circuit() 114 -problem file-size /src/core/or/circuitpadding.c 3001 +problem file-size /src/core/or/circuitpadding.c 3006 problem function-size /src/core/or/circuitpadding.c:circpad_machine_schedule_padding() 107 problem function-size /src/core/or/circuitpadding_machines.c:circpad_machine_relay_hide_intro_circuits() 104 problem function-size /src/core/or/circuitpadding_machines.c:circpad_machine_client_hide_rend_circuits() 112 |