Handle to a lookup request. More...
Data Fields | |
struct GNUNET_GNS_LookupRequest * | next |
DLL. More... | |
struct GNUNET_GNS_LookupRequest * | prev |
DLL. More... | |
struct GNUNET_GNS_Handle * | gns_handle |
handle to gns More... | |
GNUNET_GNS_LookupResultProcessor | lookup_proc |
processor to call on lookup result More... | |
void * | proc_cls |
lookup_proc closure More... | |
struct GNUNET_MQ_Envelope * | env |
Envelope with the message for this queue entry. More... | |
uint32_t | r_id |
request id More... | |
struct GNUNET_GNS_LookupRequest* GNUNET_GNS_LookupRequest::next |
struct GNUNET_GNS_LookupRequest* GNUNET_GNS_LookupRequest::prev |
struct GNUNET_GNS_Handle* GNUNET_GNS_LookupRequest::gns_handle |
GNUNET_GNS_LookupResultProcessor GNUNET_GNS_LookupRequest::lookup_proc |
void* GNUNET_GNS_LookupRequest::proc_cls |
lookup_proc closure
Definition at line 72 of file gns_api.c.
Referenced by GNUNET_GNS_lookup(), GNUNET_GNS_lookup_limited(), and handle_result().
struct GNUNET_MQ_Envelope* GNUNET_GNS_LookupRequest::env |
Envelope with the message for this queue entry.
Definition at line 77 of file gns_api.c.
Referenced by httpdomain.httpdomain.HTTPResource::add_target_and_index(), and typescriptdomain.TypeScriptDefinition::run().
uint32_t GNUNET_GNS_LookupRequest::r_id |