Tor
0.4.7.0-alpha-dev
|
#include <orconn_event.h>
Data Fields | |
uint64_t | gid |
uint64_t | chan |
int | proxy_type |
uint8_t | state |
Message for orconn state update
This contains information about internal state changes of or_connection_t objects. The chan and proxy_type fields are additional information that a subscriber may need to make decisions.
Definition at line 75 of file orconn_event.h.
uint64_t chan |
uint64_t gid |
connection's global ID
Definition at line 76 of file orconn_event.h.
Referenced by bto_state_rcvr().
int proxy_type |
connection's proxy type
Definition at line 78 of file orconn_event.h.
uint8_t state |
new connection state
Definition at line 79 of file orconn_event.h.