|
Tor 0.4.9.3-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 |
channel ID
Definition at line 46 of file ocirc_event.h.
Referenced by bto_chan_rcvr(), and circuit_chan_publish().
| uint32_t gid |
| bool onehop |
one-hop circuit?
Definition at line 47 of file ocirc_event.h.
Referenced by bto_chan_rcvr(), and circuit_chan_publish().