Extract the non-stats part of geoip into a new src/lib/geoip.

This commit is contained in:
Nick Mathewson
2018-09-27 10:26:01 -04:00
parent fa32574bdb
commit c8f2a6d2fe
25 changed files with 66 additions and 28 deletions
+1 -1
View File
@@ -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"