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.
char* GNUNET_IDENTITY_EgoSuffixLookup::suffix |
Suffix we are looking up.
Definition at line 47 of file identity_api_suffix_lookup.c.
GNUNET_IDENTITY_EgoSuffixCallback GNUNET_IDENTITY_EgoSuffixLookup::cb |
Function to call with the result.
Definition at line 52 of file identity_api_suffix_lookup.c.
void* GNUNET_IDENTITY_EgoSuffixLookup::cb_cls |
Closure for cb.
Definition at line 57 of file identity_api_suffix_lookup.c.