Ver código fonte

Document or_options_t.subconfigs_

Nick Mathewson 4 anos atrás
pai
commit
3af1cee6d9
1 arquivos alterados com 6 adições e 1 exclusões
  1. 6 1
      src/app/config/or_options_st.h

+ 6 - 1
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_;
 };