aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_guardfraction.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-01 10:44:59 -0500
committerNick Mathewson <nickm@torproject.org>2018-10-01 10:46:00 -0500
commit4201203845fa563a7f7410609267b96f2c319720 (patch)
tree85349852c6735b4a792280a1da469a45d3622b69 /src/test/test_guardfraction.c
parentcd23903427844efb23048941af62643e5e0163cb (diff)
downloadtor-4201203845fa563a7f7410609267b96f2c319720.tar.gz
tor-4201203845fa563a7f7410609267b96f2c319720.zip
extract networkstatus parsing to its own file.
Diffstat (limited to 'src/test/test_guardfraction.c')
-rw-r--r--src/test/test_guardfraction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_guardfraction.c b/src/test/test_guardfraction.c
index c7266be66f..d6f4cd63f2 100644
--- a/src/test/test_guardfraction.c
+++ b/src/test/test_guardfraction.c
@@ -2,15 +2,15 @@
/* See LICENSE for licensing information */
#define GUARDFRACTION_PRIVATE
-#define ROUTERPARSE_PRIVATE
#define NETWORKSTATUS_PRIVATE
+#define NS_PARSE_PRIVATE
#include "orconfig.h"
#include "core/or/or.h"
#include "app/config/config.h"
#include "feature/dirauth/guardfraction.h"
#include "feature/client/entrynodes.h"
-#include "feature/dirparse/routerparse.h"
+#include "feature/dirparse/ns_parse.h"
#include "feature/nodelist/networkstatus.h"
#include "feature/nodelist/networkstatus_st.h"