diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:34:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 11:34:33 -0400 |
commit | a0bc164af57a3e5828cfc4fdefb9b2191af79ce9 (patch) | |
tree | 3845bbf84170303102ff6c69d42105320d9039d4 /src/or/include.am | |
parent | bba998af65c9a414c56824f5779d2c47cf5a6b44 (diff) | |
download | tor-a0bc164af57a3e5828cfc4fdefb9b2191af79ce9.tar.gz tor-a0bc164af57a3e5828cfc4fdefb9b2191af79ce9.zip |
Extract {or,origin}_circuit_t into their own headers
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am index de263e9b8c..eb8b52e93c 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -250,9 +250,11 @@ ORHEADERS = \ src/or/onion_ntor.h \ src/or/onion_tap.h \ src/or/or.h \ + src/or/or_circuit_st.h \ src/or/or_connection_st.h \ src/or/or_handshake_certs_st.h \ src/or/or_handshake_state_st.h \ + src/or/origin_circuit_st.h \ src/or/transports.h \ src/or/parsecommon.h \ src/or/periodic.h \ |