GNUnet 0.21.1
RemoveByUniqueIdContext Struct Reference

Closure for remove_by_unique_id(). More...

Collaboration diagram for RemoveByUniqueIdContext:
[legend]

Data Fields

struct ClientHandlech
 Client that issued the removal request. More...
 
uint64_t unique_id
 Unique ID of the request. More...
 

Detailed Description

Closure for remove_by_unique_id().

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

Field Documentation

◆ ch

struct ClientHandle* RemoveByUniqueIdContext::ch

Client that issued the removal request.

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

◆ unique_id

uint64_t RemoveByUniqueIdContext::unique_id

Unique ID of the request.

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


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