|
Tor 0.4.9.3-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.
Referenced by hs_intropoint_clear().
| unsigned int is_only_legacy |
Does this intro point only supports legacy ID ?.
Definition at line 19 of file hs_intropoint.h.
Referenced by service_intro_point_new(), and setup_desc_intro_point().
| smartlist_t* link_specifiers |
A list of link specifier.
Definition at line 24 of file hs_intropoint.h.
Referenced by describe_intro_point(), get_link_spec_by_type(), hs_intropoint_clear(), service_intro_point_new(), and setup_desc_intro_point().