mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Document or_options_t.subconfigs_
This commit is contained in:
parent
12d980027a
commit
3af1cee6d9
@ -1109,7 +1109,12 @@ struct or_options_t {
|
|||||||
**/
|
**/
|
||||||
int DormantCanceledByStartup;
|
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_;
|
struct config_suite_t *subconfigs_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user