|
Tor 0.4.9.3-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 67 of file orconn_event.h.
| uint64_t chan |
associated channel ID
Definition at line 69 of file orconn_event.h.
Referenced by bto_state_rcvr(), and connection_or_state_publish().
| uint64_t gid |
connection's global ID
Definition at line 68 of file orconn_event.h.
Referenced by bto_state_rcvr(), and connection_or_state_publish().
| int proxy_type |
connection's proxy type
Definition at line 70 of file orconn_event.h.
Referenced by bto_state_rcvr(), and connection_or_state_publish().
| uint8_t state |
new connection state
Definition at line 71 of file orconn_event.h.
Referenced by bto_state_rcvr(), and connection_or_state_publish().