From bba998af65c9a414c56824f5779d2c47cf5a6b44 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jun 2018 11:05:56 -0400 Subject: Extract connection_t into its own header. Now the entire connection_t hierarchy is extracted from or.h --- src/or/edge_connection_st.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/edge_connection_st.h') 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 { -- cgit v1.2.3-54-g00ecf