diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:31:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:31:21 -0400 |
commit | 1416f54d1eb2651e6b82ccbe35585ce71378de8a (patch) | |
tree | d634752c0f3d1f2d2aefec21819d31874adad4a6 /src/or/relay.c | |
parent | 3b917b2408748efb2ce84c2725e2e81ee0217e03 (diff) | |
download | tor-1416f54d1eb2651e6b82ccbe35585ce71378de8a.tar.gz tor-1416f54d1eb2651e6b82ccbe35585ce71378de8a.zip |
Split dir_connection_t into its own header
Diffstat (limited to 'src/or/relay.c')
-rw-r--r-- | src/or/relay.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/relay.c b/src/or/relay.c index 757613e9db..dca31498f1 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -63,6 +63,7 @@ #include "control.h" #include "crypto_rand.h" #include "crypto_util.h" +#include "directory.h" #include "geoip.h" #include "hs_cache.h" #include "main.h" @@ -81,6 +82,7 @@ #include "scheduler.h" #include "rephist.h" +#include "dir_connection_st.h" #include "entry_connection_st.h" static edge_connection_t *relay_lookup_conn(circuit_t *circ, cell_t *cell, |