GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
uint64_t unique_id
 Unique ID to look for.
 

Detailed Description

Closure for find_by_unique_id().

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

Field Documentation

◆ cqr

struct ClientQueryRecord* FindByUniqueIdContext::cqr

Where to store the result, if found.

Definition at line 684 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 689 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: