Skip to content
Snippets Groups Projects
Commit 06da2c0d authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Document or_state_t.substates_

parent 3af1cee6
No related branches found
No related tags found
No related merge requests found
......@@ -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_;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment