|
Tor 0.4.9.8
|
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.
Referenced by subsystems_init_upto().
| int options_idx |
Index for this subsystem's options object, or IDX_NONE for none.
Definition at line 47 of file subsysmgr.c.
Referenced by subsystems_register_options_formats().
| int state_idx |
Index for this subsystem's state object, or IDX_NONE for none.
Definition at line 49 of file subsysmgr.c.
Referenced by subsystems_register_state_formats().