Tor  0.4.7.0-alpha-dev
Data Fields
log_transaction_t Struct Reference

Data Fields

int old_min_log_level
 
bool logs_marked
 
bool logs_initialized
 
bool safelogging_changed
 

Detailed Description

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().

Definition at line 1747 of file config.c.

Field Documentation

◆ logs_initialized

bool logs_initialized

True if we initialized the new set of logs

Definition at line 1753 of file config.c.

◆ logs_marked

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().

◆ old_min_log_level

int old_min_log_level

Previous lowest severity of any configured log.

Definition at line 1749 of file config.c.

◆ safelogging_changed

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 1756 of file config.c.


The documentation for this struct was generated from the following file: