Tor  0.4.7.0-alpha-dev
Data Fields
ocirc_chan_msg_t Struct Reference

#include <ocirc_event.h>

Data Fields

uint32_t gid
 
uint64_t chan
 
bool onehop
 

Detailed Description

Message when a channel gets associated to a circuit.

This doesn't always correspond to something in circuitbuild.c setting the n_chan field in the circuit. For some reason, if circuit_handle_first_hop() launches a new circuit, it doesn't set the n_chan field.

Definition at line 44 of file ocirc_event.h.

Field Documentation

◆ chan

uint64_t chan

channel ID

Definition at line 46 of file ocirc_event.h.

Referenced by bto_chan_rcvr().

◆ gid

uint32_t gid

global ID

Definition at line 45 of file ocirc_event.h.

◆ onehop

bool onehop

one-hop circuit?

Definition at line 47 of file ocirc_event.h.

Referenced by bto_chan_rcvr().


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