Tor
0.4.7.0-alpha-dev
|
Data Fields | |
bool | set_conn_limit |
unsigned | old_conn_limit |
smartlist_t * | new_listeners |
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().
smartlist_t* new_listeners |
List of new listeners that we opened.
Definition at line 1577 of file config.c.
Referenced by options_rollback_listener_transaction().
unsigned old_conn_limit |
If nonzero, previous connlimit value.
Definition at line 1576 of file config.c.
Referenced by options_rollback_listener_transaction().
bool set_conn_limit |
True if we've set the connection limit
Definition at line 1575 of file config.c.
Referenced by options_commit_listener_transaction(), and options_rollback_listener_transaction().