aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/or_options_st.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-12-19 10:14:09 -0500
committerNick Mathewson <nickm@torproject.org>2019-12-19 10:14:09 -0500
commit373950340488123fb18c49f8a126a3ef9affb1e6 (patch)
tree4652cf85738c3051fd19b491c00d074ee49946bf /src/app/config/or_options_st.h
parentcde5abfdc6381e618f9649dd00f74d91d65848d7 (diff)
downloadtor-373950340488123fb18c49f8a126a3ef9affb1e6.tar.gz
tor-373950340488123fb18c49f8a126a3ef9affb1e6.zip
Move TestingMin{Exit,Fast}FlagThreshold to dirauth module.
Diffstat (limited to 'src/app/config/or_options_st.h')
-rw-r--r--src/app/config/or_options_st.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/app/config/or_options_st.h b/src/app/config/or_options_st.h
index a38eae40f6..f9aa0e5cd0 100644
--- a/src/app/config/or_options_st.h
+++ b/src/app/config/or_options_st.h
@@ -764,12 +764,6 @@ struct or_options_t {
* of certain configuration options. */
int TestingTorNetwork;
- /** Minimum value for the Exit flag threshold on testing networks. */
- uint64_t TestingMinExitFlagThreshold;
-
- /** Minimum value for the Fast flag threshold on testing networks. */
- uint64_t TestingMinFastFlagThreshold;
-
/** Relays in a testing network which should be voted Exit
* regardless of exit policy. */
routerset_t *TestingDirAuthVoteExit;