diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-29 14:30:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-29 14:30:33 -0400 |
commit | f0e39df5ce7b884ae6ff1c8579200886e298f44c (patch) | |
tree | 97c57572b18a9ba2b7515c39f1fd2cc2674872c3 /scripts | |
parent | 9ed02ec2824059b9c18c2cadfd972c8a2e09b94c (diff) | |
download | tor-f0e39df5ce7b884ae6ff1c8579200886e298f44c.tar.gz tor-f0e39df5ce7b884ae6ff1c8579200886e298f44c.zip |
allow circuituse.c to get even longer.
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 cd56eba0e0..ad5d3e9725 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -92,7 +92,7 @@ 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 function-size /src/core/or/circuitstats.c:circuit_build_times_parse_state() 124 -problem file-size /src/core/or/circuituse.c 3150 +problem file-size /src/core/or/circuituse.c 3152 problem function-size /src/core/or/circuituse.c:circuit_is_acceptable() 129 problem function-size /src/core/or/circuituse.c:circuit_expire_building() 394 problem function-size /src/core/or/circuituse.c:circuit_log_ancient_one_hop_circuits() 126 |