Tor
0.4.7.0-alpha-dev
|
#include <ocirc_event.h>
Data Fields | |
uint32_t | gid |
int | state |
bool | onehop |
Message for origin circuit state update
Definition at line 28 of file ocirc_event.h.
uint32_t gid |
global ID (only origin circuits have them)
Definition at line 29 of file ocirc_event.h.
bool onehop |
one-hop circuit?
Definition at line 31 of file ocirc_event.h.
int state |
new circuit state
Definition at line 30 of file ocirc_event.h.