Tor
0.4.7.0-alpha-dev
|
Data Fields | |
int | old_min_log_level |
bool | logs_marked |
bool | logs_initialized |
bool | safelogging_changed |
Structure to represent an incomplete configuration of a set of logs.
This structure is generated by options_start_log_transaction(), and is either committed by options_commit_log_transaction() or rolled back by options_rollback_log_transaction().
bool logs_initialized |
bool logs_marked |
True if we have marked the previous logs to be closed
Definition at line 1751 of file config.c.
Referenced by options_commit_log_transaction(), and options_rollback_log_transaction().
int old_min_log_level |
bool safelogging_changed |