summaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-14 16:58:01 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-14 16:58:01 -0400
commit2a574d11ac8747996dcb979b04e38b16c5a0a9de (patch)
tree330e4f6498f095adf79927c537b1658f7c595c19 /src/or/nodelist.c
parentdf9a3fe86f6dfabbe5ae777c3e60ec91edf09d23 (diff)
downloadtor-2a574d11ac8747996dcb979b04e38b16c5a0a9de.tar.gz
tor-2a574d11ac8747996dcb979b04e38b16c5a0a9de.zip
Move dir_server_t into its own header.
Diffstat (limited to 'src/or/nodelist.c')
-rw-r--r--src/or/nodelist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/nodelist.c b/src/or/nodelist.c
index bc9a79940b..4d67904c81 100644
--- a/src/or/nodelist.c
+++ b/src/or/nodelist.c
@@ -68,6 +68,8 @@
#include "dirauth/mode.h"
+#include "dir_server_st.h"
+
static void nodelist_drop_node(node_t *node, int remove_from_ht);
#define node_free(val) \
FREE_AND_NULL(node_t, node_free_, (val))