diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:13:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 13:13:33 -0400 |
commit | d2942d127da454a1ffb69da176582b5d74918bb1 (patch) | |
tree | be2cd7b9196cc9f31de918624946dbab41183185 /src/or/hs_control.c | |
parent | 8b7df723596d068cbf91abf7535651ab8445810b (diff) | |
download | tor-d2942d127da454a1ffb69da176582b5d74918bb1.tar.gz tor-d2942d127da454a1ffb69da176582b5d74918bb1.zip |
Extract node_t into its own header.
Diffstat (limited to 'src/or/hs_control.c')
-rw-r--r-- | src/or/hs_control.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/hs_control.c b/src/or/hs_control.c index 6b9b95c6d8..4f3dd62c61 100644 --- a/src/or/hs_control.c +++ b/src/or/hs_control.c @@ -15,6 +15,8 @@ #include "hs_service.h" #include "nodelist.h" +#include "node_st.h" + /* Send on the control port the "HS_DESC REQUESTEDÂ [...]" event. * * The onion_pk is the onion service public key, base64_blinded_pk is the |