diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 12:07:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 12:07:20 -0400 |
commit | d51de7731107ee6911c0c849260705ba9b1c3673 (patch) | |
tree | 4d4d53576c73de5613ce81cee0259ad57387703e /src/or/include.am | |
parent | c846b0e486786f228a51f39d32b83d83f15bd3cd (diff) | |
download | tor-d51de7731107ee6911c0c849260705ba9b1c3673.tar.gz tor-d51de7731107ee6911c0c849260705ba9b1c3673.zip |
Extract cpath_build_state into its own header.
More modules use this than I had expected!
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 e15b58c389..e38013f02b 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -206,6 +206,7 @@ ORHEADERS = \ src/or/consdiffmgr.h \ src/or/control_connection_st.h \ src/or/control.h \ + src/or/cpath_build_state_st.h \ src/or/crypt_path_st.h \ src/or/crypt_path_reference_st.h \ src/or/cpuworker.h \ |