diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:53:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:53:07 -0400 |
commit | 03fc83ab6da6b73b930e422c57089ad5a4907c83 (patch) | |
tree | 74c48f3c8875e1a6c63cf4842cab10914779a43f /src/or/routerinfo_st.h | |
parent | ed0731c7ded26d84975411f4a0e35f2500f3eb2a (diff) | |
download | tor-03fc83ab6da6b73b930e422c57089ad5a4907c83.tar.gz tor-03fc83ab6da6b73b930e422c57089ad5a4907c83.zip |
Extract signed_descriptor_t into its own header.
Diffstat (limited to 'src/or/routerinfo_st.h')
-rw-r--r-- | src/or/routerinfo_st.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/routerinfo_st.h b/src/or/routerinfo_st.h index 800a8cbe3d..11ee3e3509 100644 --- a/src/or/routerinfo_st.h +++ b/src/or/routerinfo_st.h @@ -7,6 +7,8 @@ #ifndef ROUTERINFO_ST_H #define ROUTERINFO_ST_H +#include "signed_descriptor_st.h" + /** Information about another onion router in the network. */ struct routerinfo_t { signed_descriptor_t cache_info; |