Explorar el Código

Document or_options_t.subconfigs_

Nick Mathewson hace 4 años
padre
commit
3af1cee6d9
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  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_;
 };