From 241c1505ccb4a501c1b56af7b6e12e055db29e09 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 27 Sep 2018 08:21:17 -0400 Subject: Move the predicted ports code out of rephist.c It differs from the rest of the rephist code in that it's actually necessary for Tor to operate, so it should probably go somewhere else. I'm not sure where yet, so I'll leave it in the same directory, but give it its own file. --- src/app/main/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/main') diff --git a/src/app/main/main.c b/src/app/main/main.c index 90bc8c510f..c756e55b9f 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -61,6 +61,7 @@ #include "feature/rend/rendclient.h" #include "feature/rend/rendservice.h" #include "feature/stats/geoip.h" +#include "feature/stats/predict_ports.h" #include "feature/stats/rephist.h" #include "lib/compress/compress.h" #include "lib/container/buffers.h" -- cgit v1.2.3-54-g00ecf