summaryrefslogtreecommitdiff
path: root/src/or/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 15:27:46 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 15:27:46 -0400
commitfde868ffe3ace818d67374858c54418296a62e79 (patch)
tree35c33d0d71d79762d07de52bc5131589d4c335c0 /src/or/include.am
parent958df2829a9248cf8518aafd9e19da48ce14cf64 (diff)
downloadtor-fde868ffe3ace818d67374858c54418296a62e79.tar.gz
tor-fde868ffe3ace818d67374858c54418296a62e79.zip
Extract cell type and their queues into new headers
Since packed_cell and destroy_cell exist only to be queued, they go in the same headers as the queues.
Diffstat (limited to 'src/or/include.am')
-rw-r--r--src/or/include.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am
index cc059ef514..ec8e275562 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -184,6 +184,8 @@ ORHEADERS = \
src/or/authority_cert_st.h \
src/or/auth_dirs.inc \
src/or/bridges.h \
+ src/or/cell_st.h \
+ src/or/cell_queue_st.h \
src/or/channel.h \
src/or/channelpadding.h \
src/or/channeltls.h \
@@ -213,6 +215,7 @@ ORHEADERS = \
src/or/crypt_path_reference_st.h \
src/or/cpuworker.h \
src/or/desc_store_st.h \
+ src/or/destroy_cell_queue_st.h \
src/or/directory.h \
src/or/dirserv.h \
src/or/dir_connection_st.h \
@@ -316,6 +319,7 @@ ORHEADERS = \
src/or/torcert.h \
src/or/tor_api_internal.h \
src/or/tor_version_st.h \
+ src/or/var_cell_st.h \
src/or/vote_microdesc_hash_st.h \
src/or/vote_routerstatus_st.h \
src/or/vote_timing_st.h \