mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Document or_state_t.substates_
This commit is contained in:
@@ -96,7 +96,12 @@ struct or_state_t {
|
||||
* weren't. "auto" on initial startup. */
|
||||
int Dormant;
|
||||
|
||||
/**DOCDOC*/
|
||||
/**
|
||||
* State objects for individual modules.
|
||||
*
|
||||
* Never access this field or its members directly: instead, use the module
|
||||
* in question to get its relevant state object if you must.
|
||||
*/
|
||||
struct config_suite_t *substates_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user