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/microdesc.c | |
parent | 8b7df723596d068cbf91abf7535651ab8445810b (diff) | |
download | tor-d2942d127da454a1ffb69da176582b5d74918bb1.tar.gz tor-d2942d127da454a1ffb69da176582b5d74918bb1.zip |
Extract node_t into its own header.
Diffstat (limited to 'src/or/microdesc.c')
-rw-r--r-- | src/or/microdesc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/microdesc.c b/src/or/microdesc.c index b4a934e095..f06c4bd2ae 100644 --- a/src/or/microdesc.c +++ b/src/or/microdesc.c @@ -22,6 +22,8 @@ #include "routerlist.h" #include "routerparse.h" +#include "node_st.h" + /** A data structure to hold a bunch of cached microdescriptors. There are * two active files in the cache: a "cache file" that we mmap, and a "journal * file" that we append to. Periodically, we rebuild the cache file to hold |