aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/or_options_st.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-12-19 09:46:14 -0500
committerNick Mathewson <nickm@torproject.org>2019-12-19 09:46:14 -0500
commit0c7fd8312341b349f93e97c915234b18d0d014ca (patch)
treef938d887103968eb519924f5585a6d0cd6e518cb /src/app/config/or_options_st.h
parent77dea66e19404a4c07f0e738efb7710f542037ed (diff)
downloadtor-0c7fd8312341b349f93e97c915234b18d0d014ca.tar.gz
tor-0c7fd8312341b349f93e97c915234b18d0d014ca.zip
Move ConsensusParams to dirauth module.
Diffstat (limited to 'src/app/config/or_options_st.h')
-rw-r--r--src/app/config/or_options_st.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app/config/or_options_st.h b/src/app/config/or_options_st.h
index 09edc21a79..eaa32f9bf4 100644
--- a/src/app/config/or_options_st.h
+++ b/src/app/config/or_options_st.h
@@ -670,10 +670,6 @@ struct or_options_t {
/** Location of guardfraction file */
char *GuardfractionFile;
- /** Authority only: key=value pairs that we add to our networkstatus
- * consensus vote on the 'params' line. */
- char *ConsensusParams;
-
/** Authority only: minimum number of measured bandwidths we must see
* before we only believe measured bandwidths to assign flags. */
int MinMeasuredBWsForAuthToIgnoreAdvertised;