浏览代码

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_;
 };