GNUnet 0.21.1
FindByUniqueIdContext Struct Reference

Closure for find_by_unique_id(). More...

Collaboration diagram for FindByUniqueIdContext:
[legend]

Data Fields

struct ClientQueryRecordcqr
 Where to store the result, if found. More...
 
uint64_t unique_id
 Unique ID to look for. More...
 

Detailed Description

Closure for find_by_unique_id().

Definition at line 683 of file gnunet-service-dht_clients.c.

Field Documentation

◆ cqr

struct ClientQueryRecord* FindByUniqueIdContext::cqr

Where to store the result, if found.

Definition at line 688 of file gnunet-service-dht_clients.c.

Referenced by find_by_unique_id(), and handle_dht_local_get_result_seen().

◆ unique_id

uint64_t FindByUniqueIdContext::unique_id

Unique ID to look for.

Definition at line 693 of file gnunet-service-dht_clients.c.

Referenced by find_by_unique_id(), and handle_dht_local_get_result_seen().


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