|
Tor 0.5.0-alpha-dev
|
#include <orconn_event.h>
Data Fields | |
| uint64_t | gid |
| int | status |
| int | reason |
Message for orconn status event
This contains information that ends up in ORCONN control protocol events.
Definition at line 82 of file orconn_event.h.
| uint64_t gid |
connection's global ID
Definition at line 83 of file orconn_event.h.
Referenced by bto_status_rcvr(), and connection_or_event_status().
| int reason |
reason
Definition at line 85 of file orconn_event.h.
Referenced by bto_status_rcvr(), and connection_or_event_status().
| int status |
or_conn_status_event_t
Definition at line 84 of file orconn_event.h.
Referenced by bto_status_rcvr(), and connection_or_event_status().