Tor
0.4.7.0-alpha-dev
|
#include <ocirc_event.h>
Data Fields | |
uint32_t | gid |
int | evtype |
int | reason |
bool | onehop |
Message for origin circuit status event
This contains information that ends up in CIRC control protocol events.
Definition at line 57 of file ocirc_event.h.
int evtype |
event type
Definition at line 59 of file ocirc_event.h.
uint32_t gid |
global ID
Definition at line 58 of file ocirc_event.h.
bool onehop |
one-hop circuit?
Definition at line 61 of file ocirc_event.h.
int reason |
reason
Definition at line 60 of file ocirc_event.h.