mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Extract nickname-checking functions from router.c
This commit is contained in:
@@ -93,6 +93,7 @@ LIBTOR_APP_A_SOURCES = \
|
||||
src/feature/nodelist/dirlist.c \
|
||||
src/feature/nodelist/microdesc.c \
|
||||
src/feature/nodelist/networkstatus.c \
|
||||
src/feature/nodelist/nickname.c \
|
||||
src/feature/nodelist/nodelist.c \
|
||||
src/feature/nodelist/node_select.c \
|
||||
src/feature/nodelist/parsecommon.c \
|
||||
@@ -309,6 +310,7 @@ noinst_HEADERS += \
|
||||
src/feature/nodelist/networkstatus_sr_info_st.h \
|
||||
src/feature/nodelist/networkstatus_st.h \
|
||||
src/feature/nodelist/networkstatus_voter_info_st.h \
|
||||
src/feature/nodelist/nickname.h \
|
||||
src/feature/nodelist/node_st.h \
|
||||
src/feature/nodelist/nodelist.h \
|
||||
src/feature/nodelist/node_select.h \
|
||||
|
||||
Reference in New Issue
Block a user