aboutsummaryrefslogtreecommitdiff
path: root/src/or/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 11:38:36 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 11:38:36 -0400
commite0830ff7bfd2c30c98b46f766d8ec59bd7ec4101 (patch)
tree6453d5ae83b5ca6890319bc08f75917260d5145e /src/or/include.am
parenta0bc164af57a3e5828cfc4fdefb9b2191af79ce9 (diff)
downloadtor-e0830ff7bfd2c30c98b46f766d8ec59bd7ec4101.tar.gz
tor-e0830ff7bfd2c30c98b46f766d8ec59bd7ec4101.zip
Extract circuit_t into its own header
Diffstat (limited to 'src/or/include.am')
-rw-r--r--src/or/include.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/include.am b/src/or/include.am
index eb8b52e93c..83dee5a77b 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -193,6 +193,7 @@ ORHEADERS = \
src/or/circuitmux_ewma.h \
src/or/circuitstats.h \
src/or/circuituse.h \
+ src/or/circuit_st.h \
src/or/command.h \
src/or/config.h \
src/or/confparse.h \