Tor  0.4.7.0-alpha-dev
Data Fields
orconn_state_msg_t Struct Reference

#include <orconn_event.h>

Data Fields

uint64_t gid
 
uint64_t chan
 
int proxy_type
 
uint8_t state
 

Detailed Description

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.

Field Documentation

◆ chan

uint64_t chan

associated channel ID

Definition at line 77 of file orconn_event.h.

Referenced by bto_state_rcvr().

◆ gid

uint64_t gid

connection's global ID

Definition at line 76 of file orconn_event.h.

Referenced by bto_state_rcvr().

◆ proxy_type

int proxy_type

connection's proxy type

Definition at line 78 of file orconn_event.h.

◆ state

uint8_t state

new connection state

Definition at line 79 of file orconn_event.h.


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