diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-10 09:07:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-10 09:27:42 -0400 |
commit | 50bf2520b33eb9f477c1b8989264667c5b587a01 (patch) | |
tree | 6ddfc743deacfdcab56caeafbf76f515cc925939 /src/test/test_stats.c | |
parent | 1a4e475d5d86b0325914000889d5fd0dde42c2ad (diff) | |
download | tor-50bf2520b33eb9f477c1b8989264667c5b587a01.tar.gz tor-50bf2520b33eb9f477c1b8989264667c5b587a01.zip |
Split bidi connection-stats code into a new C file.
Diffstat (limited to 'src/test/test_stats.c')
-rw-r--r-- | src/test/test_stats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_stats.c b/src/test/test_stats.c index 291473ebc9..c8a76e27d9 100644 --- a/src/test/test_stats.c +++ b/src/test/test_stats.c @@ -39,6 +39,7 @@ #include "test/test.h" #include "core/mainloop/mainloop.h" #include "lib/memarea/memarea.h" +#include "feature/stats/connstats.h" #include "feature/stats/rephist.h" #include "app/config/statefile.h" |