diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:58:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:58:43 -0400 |
commit | f85d731e3af16e72682f68be4f598f08ed227618 (patch) | |
tree | 727452686f998e183a88ce70254ddb97caaed44e /src/or/routerstatus_st.h | |
parent | 03fc83ab6da6b73b930e422c57089ad5a4907c83 (diff) | |
download | tor-f85d731e3af16e72682f68be4f598f08ed227618.tar.gz tor-f85d731e3af16e72682f68be4f598f08ed227618.zip |
Extract download_status_t into its own header.
Diffstat (limited to 'src/or/routerstatus_st.h')
-rw-r--r-- | src/or/routerstatus_st.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/routerstatus_st.h b/src/or/routerstatus_st.h index 9c25e88b69..f8a27ccac2 100644 --- a/src/or/routerstatus_st.h +++ b/src/or/routerstatus_st.h @@ -7,6 +7,8 @@ #ifndef ROUTERSTATUS_ST_H #define ROUTERSTATUS_ST_H +#include "download_status_st.h" + /** Contents of a single router entry in a network status object. */ struct routerstatus_t { |