Quellcode durchsuchen

Document or_options_t.subconfigs_

Nick Mathewson vor 4 Jahren
Ursprung
Commit
3af1cee6d9
1 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
  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_;
 };