aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-25 16:13:47 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-25 16:13:47 -0400
commit5c86f3c297229515f125c0e06abdc689c90768f4 (patch)
treecd82f2712528adfb45ccd7d8538c545352921aec /src/core
parentfcd0f76134c2e1e420b1379906955d41e8a6df66 (diff)
downloadtor-5c86f3c297229515f125c0e06abdc689c90768f4.tar.gz
tor-5c86f3c297229515f125c0e06abdc689c90768f4.zip
Move the various _describe() functions out of router.c
Note that I haven't separated the headers yet (there's still an
Diffstat (limited to 'src/core')
-rw-r--r--src/core/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/include.am b/src/core/include.am
index ae37bef99d..d4671bf6c6 100644
--- a/src/core/include.am
+++ b/src/core/include.am
@@ -89,6 +89,7 @@ LIBTOR_APP_A_SOURCES = \
src/feature/keymgt/loadkey.c \
src/feature/dirauth/keypin.c \
src/feature/nodelist/authcert.c \
+ src/feature/nodelist/describe.c \
src/feature/nodelist/dirlist.c \
src/feature/nodelist/microdesc.c \
src/feature/nodelist/networkstatus.c \
@@ -297,6 +298,7 @@ noinst_HEADERS += \
src/feature/keymgt/loadkey.h \
src/feature/nodelist/authcert.h \
src/feature/nodelist/authority_cert_st.h \
+ src/feature/nodelist/describe.h \
src/feature/nodelist/desc_store_st.h \
src/feature/nodelist/dirlist.h \
src/feature/nodelist/document_signature_st.h \