![]() |
GNUnet
0.11.x
|
Handle for ego lookup. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
Connection to service. More... | |
char * | suffix |
Suffix we are looking up. More... | |
GNUNET_IDENTITY_EgoSuffixCallback | cb |
Function to call with the result. More... | |
void * | cb_cls |
Closure for cb. More... | |
Handle for ego lookup.
Definition at line 37 of file identity_api_suffix_lookup.c.
struct GNUNET_MQ_Handle* GNUNET_IDENTITY_EgoSuffixLookup::mq |
Connection to service.
Definition at line 42 of file identity_api_suffix_lookup.c.
Referenced by GNUNET_IDENTITY_ego_lookup_by_suffix(), and GNUNET_IDENTITY_ego_lookup_by_suffix_cancel().
char* GNUNET_IDENTITY_EgoSuffixLookup::suffix |
Suffix we are looking up.
Definition at line 47 of file identity_api_suffix_lookup.c.
Referenced by GNUNET_IDENTITY_ego_lookup_by_suffix(), and GNUNET_IDENTITY_ego_lookup_by_suffix_cancel().
GNUNET_IDENTITY_EgoSuffixCallback GNUNET_IDENTITY_EgoSuffixLookup::cb |
Function to call with the result.
Definition at line 52 of file identity_api_suffix_lookup.c.
Referenced by GNUNET_IDENTITY_ego_lookup_by_suffix(), handle_identity_result_code(), handle_identity_update(), and mq_error_handler().
void* GNUNET_IDENTITY_EgoSuffixLookup::cb_cls |
Closure for cb.
Definition at line 57 of file identity_api_suffix_lookup.c.
Referenced by GNUNET_IDENTITY_ego_lookup_by_suffix(), handle_identity_result_code(), handle_identity_update(), and mq_error_handler().