diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:37:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:37:33 -0400 |
commit | 6c0fe9d07c40ce453b5c9c7a60cbfd13bf3ca6d7 (patch) | |
tree | 31d5b8440b128ec1ec4d231e219fea1e2eb7c596 /src/or/include.am | |
parent | 1416f54d1eb2651e6b82ccbe35585ce71378de8a (diff) | |
download | tor-6c0fe9d07c40ce453b5c9c7a60cbfd13bf3ca6d7.tar.gz tor-6c0fe9d07c40ce453b5c9c7a60cbfd13bf3ca6d7.zip |
Split listener_connection_t into its own header
For once, it's a type that is used almost nowhere else besides the
logical place.
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 5249f683dd..1de42b7c70 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -238,6 +238,7 @@ ORHEADERS = \ src/or/hs_stats.h \ src/or/hs_service.h \ src/or/keypin.h \ + src/or/listener_connection_st.h \ src/or/main.h \ src/or/microdesc.h \ src/or/networkstatus.h \ |