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/circuitlist.c | |
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/circuitlist.c')
-rw-r--r-- | src/or/circuitlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 3f03ae2f4e..46974aea43 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -92,6 +92,7 @@ #include "ht.h" +#include "cpath_build_state_st.h" #include "crypt_path_reference_st.h" #include "dir_connection_st.h" #include "edge_connection_st.h" |