소스 검색

Document or_options_t.subconfigs_

Nick Mathewson 4 년 전
부모
커밋
3af1cee6d9
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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_;
 };