Context for name lookups passed from handle_lookup_block to handle_lookup_block_it as closure. More...
Data Fields | |
struct NamecacheClient * | nc |
The client to send the response to. More... | |
uint32_t | request_id |
Operation id for the name lookup. More... | |
int | status |
Lookup status. More... | |
Context for name lookups passed from handle_lookup_block to handle_lookup_block_it as closure.
Definition at line 151 of file gnunet-service-namecache.c.
struct NamecacheClient* LookupBlockContext::nc |
The client to send the response to.
Definition at line 156 of file gnunet-service-namecache.c.
Referenced by handle_lookup_block(), and handle_lookup_block_it().
uint32_t LookupBlockContext::request_id |
Operation id for the name lookup.
Definition at line 161 of file gnunet-service-namecache.c.
Referenced by handle_lookup_block(), and handle_lookup_block_it().
int LookupBlockContext::status |
Lookup status.
Definition at line 166 of file gnunet-service-namecache.c.
Referenced by handle_lookup_block().