Closure for find_by_unique_id(). More...
Data Fields | |
struct ClientQueryRecord * | cqr |
Where to store the result, if found. More... | |
uint64_t | unique_id |
Unique ID to look for. More... | |
Closure for find_by_unique_id().
Definition at line 674 of file gnunet-service-dht_clients.c.
struct ClientQueryRecord* FindByUniqueIdContext::cqr |
Where to store the result, if found.
Definition at line 679 of file gnunet-service-dht_clients.c.
Referenced by find_by_unique_id(), and handle_dht_local_get_result_seen().
uint64_t FindByUniqueIdContext::unique_id |
Unique ID to look for.
Definition at line 684 of file gnunet-service-dht_clients.c.
Referenced by find_by_unique_id(), and handle_dht_local_get_result_seen().