rephist: Stop tracking relay connection status

Remove a series of connection counters that were only used when dumping the
rephist statistics with SIGUSR1 signal.

This reduces the or_history_t structure size.

Closes #25163

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2018-02-06 12:51:43 -05:00
parent 199bc37290
commit 93ebcc2b8f
5 changed files with 5 additions and 148 deletions
+4
View File
@@ -0,0 +1,4 @@
o Code simplification and refactoring (rephist):
- Remove a series of counters used to track circuit extend attemps and
connection status but that in reality we aren't using for anything other
than stats logged by a SIGUSR1 signal. Closes ticket 25163.