Tor
0.4.7.0-alpha-dev
|
Data Fields | |
bool | initialized |
int | options_idx |
int | state_idx |
Runtime status of a single subsystem.
Definition at line 43 of file subsysmgr.c.
bool initialized |
True if the given subsystem is initialized.
Definition at line 45 of file subsysmgr.c.
int options_idx |
Index for this subsystem's options object, or IDX_NONE for none.
Definition at line 47 of file subsysmgr.c.
int state_idx |
Index for this subsystem's state object, or IDX_NONE for none.
Definition at line 49 of file subsysmgr.c.