diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:05:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:05:56 -0400 |
commit | bba998af65c9a414c56824f5779d2c47cf5a6b44 (patch) | |
tree | e6fae8b65f5484e442e531f0a8f648805f96cb19 /src/or/include.am | |
parent | bcc283bcc90ed5ef6f8da22b63df01aea1794b2a (diff) | |
download | tor-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/include.am')
-rw-r--r-- | src/or/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am index f3bbaa11c0..de263e9b8c 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -197,6 +197,7 @@ ORHEADERS = \ src/or/config.h \ src/or/confparse.h \ src/or/connection.h \ + src/or/connection_st.h \ src/or/connection_edge.h \ src/or/connection_or.h \ src/or/conscache.h \ |