aboutsummaryrefslogtreecommitdiff
path: root/src/core/mainloop
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/core/mainloop
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/core/mainloop')
-rw-r--r--src/core/mainloop/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mainloop/connection.c b/src/core/mainloop/connection.c
index af823335a8..7f1b993117 100644
--- a/src/core/mainloop/connection.c
+++ b/src/core/mainloop/connection.c
@@ -106,6 +106,7 @@
#include "feature/rend/rendclient.h"
#include "feature/rend/rendcommon.h"
#include "feature/stats/rephist.h"
+#include "feature/stats/bwhist.h"
#include "lib/crypt_ops/crypto_util.h"
#include "lib/geoip/geoip.h"