summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
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/connection_edge.c
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/connection_edge.c')
-rw-r--r--src/or/connection_edge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index e177b0ee2d..4f1b5d2d58 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -97,6 +97,7 @@
#include "routerset.h"
#include "circuitbuild.h"
+#include "cell_st.h"
#include "cpath_build_state_st.h"
#include "dir_connection_st.h"
#include "entry_connection_st.h"