diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-27 10:26:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-27 10:26:01 -0400 |
commit | c8f2a6d2fe17fb1c02116fddaa93ded0ce655af9 (patch) | |
tree | f44c26b004897d9d646069a0e3131263ba9ddc31 /src/core/mainloop | |
parent | fa32574bdb7381f02abc68ad917ad79f354938a4 (diff) | |
download | tor-c8f2a6d2fe17fb1c02116fddaa93ded0ce655af9.tar.gz tor-c8f2a6d2fe17fb1c02116fddaa93ded0ce655af9.zip |
Extract the non-stats part of geoip into a new src/lib/geoip.
Diffstat (limited to 'src/core/mainloop')
-rw-r--r-- | src/core/mainloop/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mainloop/connection.c b/src/core/mainloop/connection.c index 18863fc04f..d8326a5be8 100644 --- a/src/core/mainloop/connection.c +++ b/src/core/mainloop/connection.c @@ -102,7 +102,7 @@ #include "feature/relay/routermode.h" #include "feature/rend/rendclient.h" #include "feature/rend/rendcommon.h" -#include "feature/stats/geoip.h" +#include "lib/geoip/geoip.h" #include "feature/stats/rephist.h" #include "lib/crypt_ops/crypto_util.h" |