tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3af1cee6d91a03912ffa0ddb866b5a85683cf178
parent 12d980027a52fd8a5c0a5f0c4088ce91b15f0a92
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 26 Aug 2019 19:32:41 -0400

Document or_options_t.subconfigs_

Diffstat:
Msrc/app/config/or_options_st.h | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/app/config/or_options_st.h b/src/app/config/or_options_st.h @@ -1109,7 +1109,12 @@ struct or_options_t { **/ int DormantCanceledByStartup; - /**DOCDOC*/ + /** + * Configuration objects for individual modules. + * + * Never access this field or its members directly: instead, use the module + * in question to get its relevant configuration object. + */ struct config_suite_t *subconfigs_; };