Tor
0.4.7.0-alpha-dev
|
#include <ocirc_event.h>
Data Fields | |
uint32_t | gid |
uint64_t | chan |
bool | onehop |
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.
uint64_t chan |
uint32_t gid |
global ID
Definition at line 45 of file ocirc_event.h.
bool onehop |