From 08e3b88f0774fedb41a6b1c170a710dd12a7cb90 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 19 Sep 2018 14:10:15 -0400 Subject: Split routerlist.c into 4 separate modules There are now separate modules for: * the list of router descriptors * the list of authorities and fallbacks * managing authority certificates * selecting random nodes --- src/feature/client/bridges.c | 2 ++ src/feature/client/entrynodes.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/feature/client') diff --git a/src/feature/client/bridges.c b/src/feature/client/bridges.c index 7f4422f787..5ab0f6f4f5 100644 --- a/src/feature/client/bridges.c +++ b/src/feature/client/bridges.c @@ -23,7 +23,9 @@ #include "feature/nodelist/nodelist.h" #include "core/or/policies.h" #include "feature/relay/router.h" +#include "feature/nodelist/dirlist.h" #include "feature/nodelist/routerlist.h" + #include "feature/nodelist/routerset.h" #include "feature/client/transports.h" diff --git a/src/feature/client/entrynodes.c b/src/feature/client/entrynodes.c index 494ad33528..f16de722df 100644 --- a/src/feature/client/entrynodes.c +++ b/src/feature/client/entrynodes.c @@ -133,7 +133,7 @@ #include "feature/nodelist/nodelist.h" #include "core/or/policies.h" #include "feature/relay/router.h" -#include "feature/nodelist/routerlist.h" +#include "feature/nodelist/node_select.h" #include "feature/nodelist/routerparse.h" #include "feature/nodelist/routerset.h" #include "feature/client/transports.h" -- cgit v1.2.3-54-g00ecf