Handle for ego lookup. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
Connection to service. More... | |
char * | name |
Name of the ego we are looking up. More... | |
GNUNET_IDENTITY_EgoCallback | 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_lookup.c.
struct GNUNET_MQ_Handle* GNUNET_IDENTITY_EgoLookup::mq |
Connection to service.
Definition at line 42 of file identity_api_lookup.c.
Referenced by GNUNET_IDENTITY_ego_lookup(), GNUNET_IDENTITY_ego_lookup_by_suffix(), GNUNET_IDENTITY_ego_lookup_by_suffix_cancel(), and GNUNET_IDENTITY_ego_lookup_cancel().
char* GNUNET_IDENTITY_EgoLookup::name |
Name of the ego we are looking up.
Definition at line 47 of file identity_api_lookup.c.
Referenced by GNUNET_IDENTITY_ego_lookup(), and GNUNET_IDENTITY_ego_lookup_cancel().
GNUNET_IDENTITY_EgoCallback GNUNET_IDENTITY_EgoLookup::cb |
Function to call with the result.
Definition at line 52 of file identity_api_lookup.c.
Referenced by GNUNET_IDENTITY_ego_lookup(), GNUNET_IDENTITY_ego_lookup_by_suffix(), handle_identity_result_code(), handle_identity_update(), and mq_error_handler().
void* GNUNET_IDENTITY_EgoLookup::cb_cls |
Closure for cb.
Definition at line 57 of file identity_api_lookup.c.
Referenced by GNUNET_IDENTITY_ego_lookup(), GNUNET_IDENTITY_ego_lookup_by_suffix(), handle_identity_result_code(), handle_identity_update(), and mq_error_handler().