[tor/master] Document or_options_t.subconfigs_

commit 3af1cee6d91a03912ffa0ddb866b5a85683cf178 Author: Nick Mathewson <nickm@torproject.org> Date: Mon Aug 26 19:32:41 2019 -0400 Document or_options_t.subconfigs_ --- src/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 index 2c1a8f0c0..32dcd9fb1 100644 --- 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_; };
participants (1)
-
dgoulet@torproject.org