Tor 0.4.9.0-alpha-dev
Data Fields
listener_transaction_t Struct Reference

Data Fields

bool set_conn_limit
 
unsigned old_conn_limit
 
smartlist_tnew_listeners
 

Detailed Description

Structure to represent an incomplete configuration of a set of listeners.

This structure is generated by options_start_listener_transaction(), and is either committed by options_commit_listener_transaction() or rolled back by options_rollback_listener_transaction().

Definition at line 1600 of file config.c.

Field Documentation

◆ new_listeners

smartlist_t* new_listeners

List of new listeners that we opened.

Definition at line 1603 of file config.c.

Referenced by options_rollback_listener_transaction().

◆ old_conn_limit

unsigned old_conn_limit

If nonzero, previous connlimit value.

Definition at line 1602 of file config.c.

Referenced by options_rollback_listener_transaction().

◆ set_conn_limit

bool set_conn_limit

True if we've set the connection limit

Definition at line 1601 of file config.c.

Referenced by options_commit_listener_transaction(), and options_rollback_listener_transaction().


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