|
Tor 0.4.9.3-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 |
True if we initialized the new set of logs
Definition at line 1789 of file config.c.
Referenced by options_commit_log_transaction(), and options_start_log_transaction().
| bool logs_marked |
True if we have marked the previous logs to be closed
Definition at line 1787 of file config.c.
Referenced by options_commit_log_transaction(), options_rollback_log_transaction(), and options_start_log_transaction().
| int old_min_log_level |
Previous lowest severity of any configured log.
Definition at line 1785 of file config.c.
Referenced by options_commit_log_transaction(), and options_start_log_transaction().
| bool safelogging_changed |
True if our safelogging configuration is different from what it was previously (or if we are starting for the first time).
Definition at line 1792 of file config.c.
Referenced by options_commit_log_transaction(), and options_start_log_transaction().