Tor
0.4.7.0-alpha-dev
|
#include <hs_intropoint.h>
Data Fields | |
unsigned int | is_only_legacy: 1 |
tor_cert_t * | auth_key_cert |
smartlist_t * | link_specifiers |
Object containing introduction point common data between the service and the client side.
Definition at line 17 of file hs_intropoint.h.
tor_cert_t* auth_key_cert |
Authentication key certificate from the descriptor.
Definition at line 22 of file hs_intropoint.h.
unsigned int is_only_legacy |
Does this intro point only supports legacy ID ?.
Definition at line 19 of file hs_intropoint.h.
smartlist_t* link_specifiers |
A list of link specifier.
Definition at line 24 of file hs_intropoint.h.
Referenced by describe_intro_point().