aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_router.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-10 07:50:17 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-10 07:50:17 -0400
commit8390df917b7e63696c70037765737037cd9162a0 (patch)
tree6560380a9da89dcbb356aaf1d0a5d8758ba95790 /src/test/test_router.c
parent18391f689ea11b064a9313be8824834df8be2a9e (diff)
downloadtor-8390df917b7e63696c70037765737037cd9162a0.tar.gz
tor-8390df917b7e63696c70037765737037cd9162a0.zip
Split bandwidth history functions into a separate C file.
These are logically independent from the rest of rephist, and make more sense in isolation. The next patch will rename them too.
Diffstat (limited to 'src/test/test_router.c')
-rw-r--r--src/test/test_router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_router.c b/src/test/test_router.c
index cf0c2b3dd1..9822729f57 100644
--- a/src/test/test_router.c
+++ b/src/test/test_router.c
@@ -24,7 +24,7 @@
#include "feature/nodelist/routerlist.h"
#include "feature/nodelist/routerstatus_st.h"
#include "feature/relay/router.h"
-#include "feature/stats/rephist.h"
+#include "feature/stats/bwhist.h"
#include "lib/crypt_ops/crypto_curve25519.h"
#include "lib/crypt_ops/crypto_ed25519.h"
#include "lib/encoding/confline.h"