diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:49:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:49:46 -0400 |
commit | ed0731c7ded26d84975411f4a0e35f2500f3eb2a (patch) | |
tree | 06e107b1bbd57226e25045c5e541a0d1e08bb0a9 /src/or/status.c | |
parent | 9d6276bca895101d5e76be52300b982b95284c69 (diff) | |
download | tor-ed0731c7ded26d84975411f4a0e35f2500f3eb2a.tar.gz tor-ed0731c7ded26d84975411f4a0e35f2500f3eb2a.zip |
Extract routerinfo_t into its own header.
I was expecting this to be much worse.
Diffstat (limited to 'src/or/status.c')
-rw-r--r-- | src/or/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/status.c b/src/or/status.c index 4b8033d114..2cfc436794 100644 --- a/src/or/status.c +++ b/src/or/status.c @@ -30,6 +30,8 @@ #include "hs_service.h" #include "dos.h" +#include "routerinfo_st.h" + static void log_accounting(const time_t now, const or_options_t *options); #include "geoip.h" |