diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:33:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 14:33:03 -0400 |
commit | def1f20e1f9e4544eaf2c0e387b240ec52958a9e (patch) | |
tree | df4eb46677339a59c113d5f9ac6371c9efc2af8f /src/or/vote_routerstatus_st.h | |
parent | 00f1d1653e4ff703cfbcf82060b229ca8a39030d (diff) | |
download | tor-def1f20e1f9e4544eaf2c0e387b240ec52958a9e.tar.gz tor-def1f20e1f9e4544eaf2c0e387b240ec52958a9e.zip |
Extract routerstatus_t into its own header.
Diffstat (limited to 'src/or/vote_routerstatus_st.h')
-rw-r--r-- | src/or/vote_routerstatus_st.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/vote_routerstatus_st.h b/src/or/vote_routerstatus_st.h index 71c204fad3..7ac9a60034 100644 --- a/src/or/vote_routerstatus_st.h +++ b/src/or/vote_routerstatus_st.h @@ -7,6 +7,8 @@ #ifndef VOTE_ROUTERSTATUS_ST_H #define VOTE_ROUTERSTATUS_ST_H +#include "routerstatus_st.h" + /** The claim about a single router, made in a vote. */ struct vote_routerstatus_t { routerstatus_t status; /**< Underlying 'status' object for this router. |