summaryrefslogtreecommitdiff
path: root/src/or/edge_connection_st.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 11:05:56 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 11:05:56 -0400
commitbba998af65c9a414c56824f5779d2c47cf5a6b44 (patch)
treee6fae8b65f5484e442e531f0a8f648805f96cb19 /src/or/edge_connection_st.h
parentbcc283bcc90ed5ef6f8da22b63df01aea1794b2a (diff)
downloadtor-bba998af65c9a414c56824f5779d2c47cf5a6b44.tar.gz
tor-bba998af65c9a414c56824f5779d2c47cf5a6b44.zip
Extract connection_t into its own header.
Now the entire connection_t hierarchy is extracted from or.h
Diffstat (limited to 'src/or/edge_connection_st.h')
-rw-r--r--src/or/edge_connection_st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/edge_connection_st.h b/src/or/edge_connection_st.h
index 3cffdea328..7ef56bf060 100644
--- a/src/or/edge_connection_st.h
+++ b/src/or/edge_connection_st.h
@@ -9,6 +9,8 @@
#include "or.h"
+#include "connection_st.h"
+
/** Subtype of connection_t for an "edge connection" -- that is, an entry (ap)
* connection, or an exit. */
struct edge_connection_t {