aboutsummaryrefslogtreecommitdiff
path: root/src/lib/dispatch/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-13 14:43:13 -0500
committerNick Mathewson <nickm@torproject.org>2019-03-25 16:35:33 -0400
commitf5683d90be693ecf0561fe90803f5a54c7ed264d (patch)
treeab464f11f0169a88ccf3921b272ca7454b6a6947 /src/lib/dispatch/include.am
parente4d3098d4d23686320013b80b6305fbd52863f76 (diff)
downloadtor-f5683d90be693ecf0561fe90803f5a54c7ed264d.tar.gz
tor-f5683d90be693ecf0561fe90803f5a54c7ed264d.zip
Add a naming system for IDs in dispatch.
Diffstat (limited to 'src/lib/dispatch/include.am')
-rw-r--r--src/lib/dispatch/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dispatch/include.am b/src/lib/dispatch/include.am
index c4aa170dbc..4ec5b75cd1 100644
--- a/src/lib/dispatch/include.am
+++ b/src/lib/dispatch/include.am
@@ -8,6 +8,7 @@ endif
src_lib_libtor_dispatch_a_SOURCES = \
src/lib/dispatch/dispatch_cfg.c \
src/lib/dispatch/dispatch_core.c \
+ src/lib/dispatch/dispatch_naming.c \
src/lib/dispatch/dispatch_new.c
src_lib_libtor_dispatch_testing_a_SOURCES = \
@@ -19,5 +20,6 @@ noinst_HEADERS += \
src/lib/dispatch/dispatch.h \
src/lib/dispatch/dispatch_cfg.h \
src/lib/dispatch/dispatch_cfg_st.h \
+ src/lib/dispatch/dispatch_naming.h \
src/lib/dispatch/dispatch_st.h \
src/lib/dispatch/msgtypes.h