diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-19 10:42:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-19 10:42:44 -0500 |
commit | 3210598c30c46ea0f192a20d96e2f10f481c2366 (patch) | |
tree | 2a2f2d708867930ffc56235a2a3a9736b09d03cb /src/feature/dirauth/dirauth_options_st.h | |
parent | 87f7c2d01817913b3fcf36a3025c55feef13612c (diff) | |
download | tor-3210598c30c46ea0f192a20d96e2f10f481c2366.tar.gz tor-3210598c30c46ea0f192a20d96e2f10f481c2366.zip |
Move TestingDirVote{Exit,Guard,HSdir}{,IsStrict} to dirauth module
Diffstat (limited to 'src/feature/dirauth/dirauth_options_st.h')
-rw-r--r-- | src/feature/dirauth/dirauth_options_st.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature/dirauth/dirauth_options_st.h b/src/feature/dirauth/dirauth_options_st.h index 93b9cb45bc..d48ecbe3aa 100644 --- a/src/feature/dirauth/dirauth_options_st.h +++ b/src/feature/dirauth/dirauth_options_st.h @@ -13,6 +13,8 @@ #define TOR_FEATURE_DIRAUTH_DIRAUTH_OPTIONS_ST_H #include "lib/conf/confdecl.h" +#include "feature/nodelist/routerset.h" + #define CONF_CONTEXT STRUCT #include "feature/dirauth/dirauth_options.inc" #undef CONF_CONTEXT |