GNUnet 0.21.1
LookupBlockContext Struct Reference

Context for name lookups passed from handle_lookup_block to handle_lookup_block_it as closure. More...

Collaboration diagram for LookupBlockContext:
[legend]

Data Fields

struct NamecacheClientnc
 The client to send the response to. More...
 
uint32_t request_id
 Operation id for the name lookup. More...
 
int status
 Lookup status. More...
 

Detailed Description

Context for name lookups passed from handle_lookup_block to handle_lookup_block_it as closure.

Definition at line 154 of file gnunet-service-namecache.c.

Field Documentation

◆ nc

struct NamecacheClient* LookupBlockContext::nc

The client to send the response to.

Definition at line 159 of file gnunet-service-namecache.c.

Referenced by handle_lookup_block(), and handle_lookup_block_it().

◆ request_id

uint32_t LookupBlockContext::request_id

Operation id for the name lookup.

Definition at line 164 of file gnunet-service-namecache.c.

Referenced by handle_lookup_block(), and handle_lookup_block_it().

◆ status

int LookupBlockContext::status

Lookup status.

Definition at line 169 of file gnunet-service-namecache.c.

Referenced by handle_lookup_block().


The documentation for this struct was generated from the following file: