aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-30 15:31:51 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-02 09:51:03 -0400
commit8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519 (patch)
tree262c3878d20a69bf0b2660ffbe673d92e9761fa9 /src/core/or/include.am
parent56e33f73f13110fe5eb255bf260a11c8a54d4267 (diff)
downloadtor-8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519.tar.gz
tor-8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519.zip
Extract extend_info manipulation functions into a new file.
Diffstat (limited to 'src/core/or/include.am')
-rw-r--r--src/core/or/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/or/include.am b/src/core/or/include.am
index 3626e76bed..af7c5a6f51 100644
--- a/src/core/or/include.am
+++ b/src/core/or/include.am
@@ -18,6 +18,7 @@ LIBTOR_APP_A_SOURCES += \
src/core/or/connection_edge.c \
src/core/or/connection_or.c \
src/core/or/dos.c \
+ src/core/or/extendinfo.c \
src/core/or/onion.c \
src/core/or/ocirc_event.c \
src/core/or/or_periodic.c \
@@ -64,6 +65,7 @@ noinst_HEADERS += \
src/core/or/destroy_cell_queue_st.h \
src/core/or/dos.h \
src/core/or/edge_connection_st.h \
+ src/core/or/extendinfo.h \
src/core/or/half_edge_st.h \
src/core/or/entry_connection_st.h \
src/core/or/entry_port_cfg_st.h \